Skip to content

Mindflutter/fastemplate

Repository files navigation

Fastemplate

Python CI codecov Code style: black Checked with mypy Imports: isort

A template for backend services

  • Based on FastAPI
  • Uses SQLAlchemy 2 for database interaction
  • Includes examples of:
    • API endpoints
    • DB initialization
    • DB requests
    • Dockerizing the service
    • Useful Makefile targets

Project setup

  • Install docker, docker-compose, poetry
  • Install project dependencies: poetry install