Skip to content

Blues1998/Feedback-Sentiment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Feedback-Sentiment

How to run the project

Run the following commands on the Windows command prompt (Assuming you have git,Python and virtualenv installed):

Cloning the project files to your machine

  1. git clone https://github.com/Blues1998/Feedback-Sentiment.git
    Changing the active directory
  2. cd Feedback-Sentiment
    Creating a virtual environment
  3. python -m venv venv
    Activating the virtual environment
  4. venv\Scripts\activate
    Installing project dependencies
  5. pip install -r requirements.txt
    Changing the active directory
  6. cd src
    Running the project
  7. python manage.py runserver
  8. Navigate to the local host on which the django-server is running (Normally http://127.0.0.1:8000/)

About

Sample project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published