##Instructions
Requirements
- pip
- virtualenv
- python > 2.7
- Editor Nano/VI/Sublime-text/Atom/Notepad++
Steps
- Create virtualenv by using
virtualenv venv
command - Activate virtualenv
source venv/bin/activate
for linux orsource venv/Scripts/activate
pip install -r requirements.txt
installs all requirementspython manage.py syncdb
python manage.py runserver
ToDo
- Need to add more features and post features
- Experiment with plugins etc.