Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 369 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 369 Bytes

Backend

Python 3.9 is necessary for running the backend application.

Simply activate your virtualenv and run:

pip install -r requirements.txt

Afterwards, run python server.py in the flaskr folder to run the backend server.

Frontend

Navigate to client folder and run:

npm install

And, after installing everything, run:

npm start