Skip to content

jec-dev/helix-2016

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to run?

  • git clone git@github.com: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/