Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/compolabs/orderbook-indexer


https://github.com/compolabs/orderbook-indexer

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

        

# Template for node-express-mongo rest-api backend

- Rename `.env.template` to `.env` to use it for environment variables

- To run local mongo instance: `docker run --name some-mongo -p 27017:27017 -e MONGO_INITDB_ROOT_USERNAME=dbuser -e MONGO_INITDB_ROOT_PASSWORD=secretpassword -d mongo `