Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 153 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 153 Bytes

How to Run 🏃

Backend

pip install -r requirements.txt
python main.py

Frontend

cd front
npm install
npm start