feat: add basic wireframes for frontend and working parser code for backend.

This commit is contained in:
vee1e 2025-06-05 19:12:42 +05:30
parent ddda706701
commit 614edd1d34
38 changed files with 14780 additions and 1 deletions

7
backend/requirements.txt Normal file
View file

@ -0,0 +1,7 @@
fastapi==0.103.0
uvicorn==0.23.2
python-multipart==0.0.6
openpyxl==3.1.2
pandas
pydantic
python-dotenv==1.0.0