18 lines
376 B
Markdown
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
|