Skip to content

josex2r/fastapi_test

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published