Files
fastapi_sqlalchemy_alembic_…/README.md
T
2026-04-21 19:00:53 +05:45

18 lines
376 B
Markdown

# Template for fastapi backend for aayutech projects
## Libraries used
1. Fastapi
2. Alembic
3. Postgresql with sqlalchemy
4. Pydantic
## Features
1. Base user and /login using Oauth2
2. Api logging in audit table table
3. Model base class including soft delete, created_at, updated_at
4. Model auditing by default
5. Static files routing
## TODO:
5. Optional multitenant