This is a fully functional demo app using the OAUTH2 grant type "password"
. Done for teaching purposes
This project works out-of-the-box 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 🐒
You will need the following things properly installed on your computer.
git clone <repository-url>
this repository- change into the new directory
npm i && bower i
- Boot the server
- Visit
/tests
See instructions here