Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/compolabs/orderbook-indexer
https://github.com/compolabs/orderbook-indexer
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/compolabs/orderbook-indexer
- Owner: compolabs
- Created: 2024-03-28T12:45:48.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-06-03T20:04:47.000Z (8 months ago)
- Last Synced: 2024-11-15T15:43:26.728Z (3 months ago)
- Language: TypeScript
- Size: 1.51 MB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.MD
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 `