Add initial project structure with Docker setup and frontend/backend files

This commit is contained in:
2024-10-17 18:57:05 -04:00
parent 86f36c4754
commit 4cce05f7d6
15 changed files with 606 additions and 0 deletions

9
backend/requirements.txt Executable file
View 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