Coursework project for CSE 573 @ ASU to analyze live sentiment of Twitter tweets
Before trying to start the Django server, make sure Redis server is running using the default port 6379
cd sentibackend
pip install -r requirements.txt
python manage.py runserver
cd sentiment_dashboard
npm install
npm start