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

An example of FastAPI backend with a mailing lists system

License

Notifications You must be signed in to change notification settings

alirzaev/fastapi-mailing-lists

Repository files navigation

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

About

An example of FastAPI backend with a mailing lists system

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published