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

4
frontend/requirements.txt Executable file
View File

@@ -0,0 +1,4 @@
Flask==2.2.5
requests==2.31.0
Werkzeug==2.3.0
Flask-JWT-Extended==4.4.4