Skip to content

mriddle/brainiac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Coverage Status

Brainiac

Assists with my learning of Python, basic data structures and algorithms. Will display a problem and verify your given answer

Running Locally

Make sure you have Python installed properly. Also, install the Heroku Toolbelt.

$ git clone git@github.com:mriddle/brainiac.git
$ cd brainiac
$ pip install -r requirements.txt
$ find . -name '*.example' | grep '^[\.c]' | perl -pE 's/^(.*?)\.example/$1/' | xargs -IFILE cp -v FILE.example FILE
$ python manage.py syncdb
$ foreman start web

Your app should now be running on localhost:5000.

Deploying to Heroku

$ heroku create
$ git push heroku master
$ heroku run python manage.py syncdb
$ heroku open

About

Assists with my learning of Python, basic data structures and algorithms. Will display a problem and verify your given answer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors