Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 904 Bytes

README.md

File metadata and controls

13 lines (13 loc) · 904 Bytes

How to run?

  • git clone [email protected]:jec-dev/helix-2016.git
  • cd helix-2016
  • sudo pip install virtualenv
  • virtualenv hel
  • source hel/bin/activate
  • pip install -r requirements.txt (wait till the requirements are installed)
  • python manage.py syncdb
    • It will prompt to create a new user type "yes" and add give a username, email and password. This will be one of the user which we can use to try our API.
  • python manage.py runserver This will run the application on http://127.0.0.1:8000/