This commit is contained in:
2026-04-21 19:00:53 +05:45
commit ebb12e6ab7
20 changed files with 1391 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
# 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