AngularJS consuming rails server app
How to install
Requirements
Rails 4 PostgreSQL
clone the project
git clone [email protected]:EderRoger/AngularRails.git
cd AngularRails
Install the gems
bundle install
Edit the config/database.yml with connection data details
Run the create database command
rake db:create
Run migrate command to create tables
rake db:migrate
Run server
rails s
Test it!!
http://localhost:3000/#/people
:) May the force be with you!