Add initial project structure with Docker setup and frontend/backend files
This commit is contained in:
9
backend/requirements.txt
Executable file
9
backend/requirements.txt
Executable file
@@ -0,0 +1,9 @@
|
||||
Flask==2.2.5
|
||||
Flask-SQLAlchemy==3.0.4
|
||||
Flask-RESTful==0.3.9
|
||||
Flask-JWT-Extended==4.4.4
|
||||
Werkzeug==2.3.0
|
||||
marshmallow==3.19.0
|
||||
Flask-Limiter==2.7.0
|
||||
psycopg2-binary==2.9.7
|
||||
flask-cors==3.0.10
|
||||
Reference in New Issue
Block a user