Twitter_Trends
Work done at Yrals. Twitter Trends Visualisation
To Run
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py createsuperuser
- Add mongo database username and password in view.py and set up respective collection name.
python manage.py runserver
- Head over to 127.0.0.1:8000 or localhost:8000