To run the project, you need to start the sever and the frontend The server is listening the port 3010, and the frontend 3000. Please make sure these ports are available. The data used by this project is in the code folder Start server: 1. cd into `backend` folder 2. run `pip install -r requirments.txt` 3. `python main.py server` Start the fronend: 1. cd into `frontend` folder 2. run `npm install` 3. run `npm run start` The terminal should output a url for accessing the fronend.