Skip to content

aesnyder/habit-api

 
 

Repository files navigation

Habit App

Habit building or breaking through analytics.

Setup

  • Install postgres, on mac you're best bet is: http://postgresapp.com/
  • Ensure you have a habit role: createuser -s habit
  • rake db:create db:setup
  • rails s

Tests

  • brew install chromedriver
  • bundle exec cucumber -r features

Enjoy.

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 61.9%
  • Gherkin 12.6%
  • HTML 11.6%
  • CoffeeScript 9.8%
  • CSS 3.5%
  • JavaScript 0.6%