Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/maxcoto/slither-storage-server


https://github.com/maxcoto/slither-storage-server

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# install
```
npm install
npm run dev
```

# tests
. . .

# docker
```
docker build --platform linux/amd64 -t jsonserver .
docker run -dp 3000:3000 jsonserver
```