An example of FastAPI backend with a mailing lists system
poetry install
docker-compose up -d db redis mailhog
alembic upgrade head
# initial data (first superuser)
python -m application.initial_data
# backend
python -m application.asgi
docker-compose up -d app
Swagger UI: http://localhost:8000/docs
ReDoc: http://localhost:8000/redoc