- Base FastAPI Project with asynchronization
- This repository was written with inspiration from https://github.com/jujumilk3/fastapi-clean-architecture
- user
- post [user (1:n) post]
- tag [user (n:m) post]
poetry run uvicorn app.main:app --host 0.0.0.0 --port 8000 --reload
ENV=test pytest --cov=app
- To apply migration tool such as alembic