Template for python web applications.
$ docker-compose up -d
$ curl http://localhost:5000/api/v1/demo
$ export PYTHONPATH=application
$ pytest --cov=application tests/
If you have any feedback, please contact me at raphaeldias.ti@gmail.com
Template for python web applications.
$ docker-compose up -d
$ curl http://localhost:5000/api/v1/demo
$ export PYTHONPATH=application
$ pytest --cov=application tests/
If you have any feedback, please contact me at raphaeldias.ti@gmail.com