- Add link here
Backend
Activate the virtual environment:
cd backend
venv/Scripts/Activate
Install the packages listed in requirements.txt:
pip install -r requirements.txt
Apply migrations:
py manage.py migrate
Run backend:
py manage.py runserver
Frontend
Install npm packages:
cd frontend
npm install
Run frontend:
npm run start
- What should the reviewer do when testing the implementation
- What is the expected output of the implementation (Should be )
- Extra information that the reviewer should know.