Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/compolabs/spark-matcher
https://github.com/compolabs/spark-matcher
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/compolabs/spark-matcher
- Owner: compolabs
- Created: 2023-04-28T13:10:16.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-24T10:01:51.000Z (7 months ago)
- Last Synced: 2024-11-15T15:43:26.859Z (3 months ago)
- Language: TypeScript
- Size: 860 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
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 `