Skip to content

NickBeukema/rails-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rails API and Ember

This is a basic starter project using Rails in API mode, and Ember on the front-end.

What this project starts with

Rails and Ember

Rails on the back-end, set up in API mode.

EmberJS is used on the front-end, with Ember Data.

Authentication

Authentication is provided with Devise on the back-end and Ember Simple Auth on the front-end.

TODO

  • Main back-end and front-end technologies.
  • User Login and Authentication
  • Unit Testing Framework
  • Integrated Testing Framework

How to set up this project

cd frontend
npm install
cd ../
bundle install
rake db:create db:migrate
bundle exec rake app:start

About

Boilerplate to begin a Rails-Ember project

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published