Skip to content

EderRoger/AngularRails

Repository files navigation

AngularRails

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!

About

AngularJS consuming rails server app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published