Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 1.12 KB

README.md

File metadata and controls

34 lines (20 loc) · 1.12 KB

ember-oauth-client Build Status

This is a fully functional demo app using the OAUTH2 grant type "password". Done for teaching purposes

This project works out-of-the-box :godmode: with another project I built called Backend

If you're new to Ember and Ember-CLI please feel free to skim through this app, I believe it entails good practices and clean code 🐒

What you'll need for this 🍕

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • change into the new directory
  • npm i && bower i

Tests

  • Boot the server
  • Visit /tests

Deploying

See instructions here