Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 281 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 281 Bytes

angular-rails

This project is a RoR API using RESTful services and AngularJS for front-end.

Dependencies

Ruby 2.1.2
Rails 4.1.0
Bower

Running

bundle install
bower install

rake db:create db:migrate
rails s