The demo application is deployed at http://calories-app.herokuapp.com
- Ruby on Rails for REST API
- AngularJS client
- PostgreSQL
- Tests with rspec, capybara and selenium
rake db:create
rake db:migrate
rails server
rake spec:requests
rake spec:features
heroku create
heroku run rake db:migrate
git push heroku master