Book Reviewing Website with Review Sentiment Analysis.
- Create a virtual environment
python -m venv venv- Install dependencies
pip install -r requirements.txt- Run django server
cd inklight
python manage.py runserver-
Migrate database
-
Create superadmin
python manage.py createsuperuser
-
Login to the admin panel using super user privilage.
-
Import books data in database from
book_small_authors_v3.csv