This is an example project stowing you how to get started with Django Rest Framwork and Ember.js. The app itself is a very simple chat app where you can signup then post some messages.
The components of this project are:
- Django Rest Framework API conforming to the JSON-API specification.
- Ember.js app using Ember-cli.
- OAuth2 Password bearer grant Authentication using Ember-simple-auth and Djnago-oauth-toolkit.