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

https://github.com/codebam/mongodb-dockercompose


https://github.com/codebam/mongodb-dockercompose

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

This is a docker-compose container that can be used to rollout a database that
can be connected to from your your local machine.

To run `docker-compose up`

To run commands on the database edit `main.py` or `main.js`, install the
appropriate libraries, and then run either file.

- you need to install pymongo for python to use the python file
- you need to install mongodb with npm to use the node.js