To run the backend:
- Create a virtual environment and then activate it (optional).
- Run "pip install -r requirements.txt", to install the required modules.
- Then run 'py manage.py runserver'.
To run the frontend:
- Run "npm install" to install all dependencies.
- Then "npm start"