https://github.com/xta/angular_js_rails_4_demo
Rails 4 + AngularJS + PostgreSQL demo app
https://github.com/xta/angular_js_rails_4_demo
Last synced: about 2 months ago
JSON representation
Rails 4 + AngularJS + PostgreSQL demo app
- Host: GitHub
- URL: https://github.com/xta/angular_js_rails_4_demo
- Owner: xta
- Created: 2014-04-13T04:23:08.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-13T18:37:15.000Z (about 12 years ago)
- Last Synced: 2025-03-09T12:49:10.694Z (about 1 year ago)
- Language: Ruby
- Homepage:
- Size: 328 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Restauranteur
[Rails 4](http://rubyonrails.org/) + [AngularJS](http://angularjs.org/) + [PostgreSQL](http://www.postgresql.org/) demo app
Special thanks to many online resources:
* [honeybadger](https://www.honeybadger.io/blog/2013/12/11/beginners-guide-to-angular-js-rails)
* [karlfreeman](https://github.com/karlfreeman/angular-devise)
## Setup
bundle install
rake db:create db:schema:load
rake db:test:prepare
rake db:seed
## Development
rails s
open http://localhost:3000
## Testing
npm install -g karma
npm install -g karma-ng-scenario
npm install -g karma-cli
npm install -g karma-jasmine
karma start spec/javascripts/restauranteur.conf.js
open http://localhost:9876/