Simple REST API using flask and MongoDB.
If you haven't Docker yet, check the installation guide here.
docker-compose up -d // run container in background
docker ps // check running containers
watch docker logs CONTAINER_ID // show live logs
The API should now be accessible from 0.0.0.0:5000
by default.
docker-compose down
There's no features yet.
This project has no license yet.