Clone This Repo For Backend: 1 cd backend 2 python -m venv env 3 .\env\Scripts\activate 4 pip install -r requirements.txt 5 python manage.py runserver For frontend: cd frontend npm install npm start