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