An open API service indexing awesome lists of open source software.

https://github.com/kiwiupover/ember-auth0


https://github.com/kiwiupover/ember-auth0

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

##Ember Auth0 example.

####To get started
1. Download the repo `git clone [email protected]:kiwiupover/ember-auth0.git`
2. On a command line run the next commands `bundle install`
3. Create the database `rake db:create`
4. Migrate the database `rake db:migrate`
5. Seed the database `rake db:seed`
6. Run the rails server `rails s`

[locahost:3000](http://localhost:3000)