This is just a test project to learn fastAPI + python
an more the related things.
Directories & ORM inspired in
# development
docker-compose up development
# app ready in http://localhost:8000
# production (@TODO)
docker-compose up production
# app ready in http://localhost:80
pytest --cov=fastapi_test --cov-report=html -s tests