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