Some pet-project to practice FastAPI and a few other technologies.
pip install poetry
poetry install
poetry shell
cp .env.example .env
alembic upgrade head
uvicorn app.main:app --reload
export ITS_TEST=True
This is necessary in order to switch to the test database.pytest
- Tests
- Logging
- Postgres DB
- Async db queries