https://github.com/kiwiupover/ember-auth0
https://github.com/kiwiupover/ember-auth0
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kiwiupover/ember-auth0
- Owner: kiwiupover
- Created: 2013-10-09T15:36:12.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-10-10T15:12:40.000Z (over 11 years ago)
- Last Synced: 2025-02-14T00:38:40.218Z (4 months ago)
- Language: Ruby
- Size: 6.87 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)