Skip to content

jsonkwall/angular-rails-spa-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The demo application is deployed at http://calories-app.herokuapp.com

Stack

  • Ruby on Rails for REST API
  • AngularJS client
  • PostgreSQL
  • Tests with rspec, capybara and selenium

Development setup

rake db:create
rake db:migrate
rails server

Tests

API request specs

rake spec:requests

Integration tests

rake spec:features

Deployment to Heroku

Setup

heroku create
heroku run rake db:migrate

Deployment

git push heroku master

About

Demo of AngularJS SPA web app using JSON API served by Ruby on Rails back end.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Ruby 66.5%
  • HTML 27.2%
  • CoffeeScript 5.0%
  • Other 1.3%