Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/islamhaqq/quick-node-api


https://github.com/islamhaqq/quick-node-api

docker mongodb node

Last synced: 5 days ago
JSON representation

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.