This is a basic starter project using Rails in API mode, and Ember on the front-end.
Rails on the back-end, set up in API mode.
EmberJS is used on the front-end, with Ember Data.
Authentication is provided with Devise on the back-end and Ember Simple Auth on the front-end.
- Main back-end and front-end technologies.
- User Login and Authentication
- Unit Testing Framework
- Integrated Testing Framework
cd frontend
npm install
cd ../
bundle install
rake db:create db:migrate
bundle exec rake app:start