Skip to content
This repository has been archived by the owner on May 16, 2022. It is now read-only.

Latest commit

 

History

History
30 lines (20 loc) · 542 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 542 Bytes

FastAPI mailing lists system

An example of FastAPI backend with a mailing lists system

Project setup

Development

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

docker-compose up -d app

API documentation

Swagger UI: http://localhost:8000/docs

ReDoc: http://localhost:8000/redoc