Example implementation of a simple Python and MongoDB app running on Docker.
These instructions will Docker to get you a copy of the project up and running on your local machine in minutes.
You should have Docker already installed, if not install it here.
- Open a new terminal as administrator
- Run
docker-compose up
in project directory - Navigate to http://localhost:5000
This project is licensed under the MIT License - see the LICENSE.md file for details