A basic ember app setup using oauth2, doorkeeper under rails
Note: make sure you have Ruby running perfectly
- Unzip the zip file
- cd into the folder
- run
rake db:setup
- run
bundle install
- run
rails s
- hit the given url on the browers, eg. 'localhost:3000/signup'