Putting the angularJS website in rails 4.1.2 app with backend
https://github.com/elmerwu/angularjs
To run on your computer, clone files into directory. Type commands should be run in command line in the directory that you save these files to..
Run:
rake db:create
rake db:migrate
rake db:seed
Then start server: rails s
In your browser, go to the following url to view app: localhost:3000