Init
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user