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