Run the following commands on the Windows command prompt (Assuming you have git,Python and virtualenv installed):
Cloning the project files to your machine
- git clone https://github.com/Blues1998/Feedback-Sentiment.git
Changing the active directory
- cd Feedback-Sentiment
Creating a virtual environment
- python -m venv venv
Activating the virtual environment
- venv\Scripts\activate
Installing project dependencies
- pip install -r requirements.txt
Changing the active directory
- cd src
Running the project
- python manage.py runserver
- Navigate to the local host on which the django-server is running (Normally http://127.0.0.1:8000/)