Instructions, run the following commands in order to start the backend server.
For Mac/Linux:
python3 -m venv .venv
. .venv/bin/active
pip install -r requirements.txt
python manage.py runserver
For Windows:
python -m venv .venv
.venv\Scripts\activate
pip install -r requirements.txt
python manage.py runserver
Note: You need to run the backend server before using the frontend server at https://nusfood.netlify.app/