Skip to content
This repository has been archived by the owner on Feb 27, 2019. It is now read-only.

mojotech/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.