API Rest Flask

An API Rest application created with Flask and Mongo

How to start

Requeriments:

  • Docker
# Build the python image with requeriments.txt
$ docker-compose build

# Run the application
$ docker-compose up