Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/islamhaqq/quick-node-api
https://github.com/islamhaqq/quick-node-api
docker mongodb node
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/islamhaqq/quick-node-api
- Owner: islamhaqq
- Created: 2018-03-08T18:12:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-03-09T14:22:13.000Z (over 6 years ago)
- Last Synced: 2024-09-13T15:42:41.335Z (2 months ago)
- Topics: docker, mongodb, node
- Language: JavaScript
- Size: 30.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dockerized Node + MongoDB API
A Node API with a MongoDB composed to run together## How to Run
### With Docker
Spin up the Node REST API along with the MongoDB instance.```sh
$ docker-compose up
```### Consume RESTful API
API should be running on http://localhost:9000.