1
0

[add]: Database connection and migrations

This commit is contained in:
VivianDee
2025-03-28 08:38:32 +01:00
parent 3054b7240e
commit 65efe0573a
21 changed files with 431 additions and 19 deletions
+18
View File
@@ -1,11 +1,29 @@
# Flask and Extensions
Flask==2.3.3
# Schema for validations
Flask-Marshmallow==0.15.0
marshmallow==3.19.0
# CORS
Flask-Cors==3.0.10
# Deployment
gunicorn
# Swagger
flask-swagger-ui
# Database
flask-sqlalchemy
flask-migrate
psycopg2-binary
alembic
# Env
python-dotenv