The front-end project is contained in the "frontEnd" folder, run npm install in the directory to install the dependencies required to start the project
The Backend project is contained in the root directory of the project run "pip install -r requirements.txt" to install the packages required to start the backend project
To run the whole project, start up the two projects seperately the front end project and the backend project will start at localhost:3000 and localhost:8000 respectively