Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 806 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 806 Bytes

fastapi_test

This is just a test project to learn fastAPI + python an more the related things.

Directories & ORM inspired in

Tools

Run

# development
docker-compose up development
# app ready in http://localhost:8000

# production (@TODO)
docker-compose up production
# app ready in http://localhost:80

Test

pytest --cov=fastapi_test --cov-report=html -s tests