• Stars
    star
    210
  • Rank 183,756 (Top 4 %)
  • Language
    Python
  • License
    Other
  • Created about 4 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

FastAPI - Tortoise ORM - Celery - Docker template

Базовый шаблон FastAPI

Включает в себя

- FastAPI

- TortoiseORM

- Aerich

- User model + JWT auth

- Registration + password reset emails

- Logging to files

- Celery

- Alpine Dockerfile

- Docker-compose files

- NGINX + certbot

Установка

Скопировать template.config.py -> config.py и заполнить

Прописать все app в config.applications (django style). Поиск моделей будет происходить по пути app.applications.APP_NAME.models

Сгенерировать SECRET_KEY ( можно командой openssl rand -hex 32)

Так-же можно сгенерить сертификаты скриптом из репы ( #TODO гайд )