git clone https://github.com/Oviyan007/Feedback_System.git
.venv\Scripts\activate
it may show the error if it shows run below command
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope Process
.venv\Scripts\activate
To install requirement for this projects
pip install -r requirements.txt
python manage.py migrate
Type following command to start developement server
python manage.py runserver