This tutorial picks up where the Getting started with LoopBack tutorial ends, and it assumes you understand the basic concepts and tasks introduced in the first tutorial.
Page Contents
This tutorial picks up where Getting started with LoopBack ends
It covers:
- Using multiple data sources in an single application.
- Relations between models.
- Remote hooks.
- Using access control lists to protect REST endpoints.
- User registration and authentication
- Using the AngularJS SDK
Next: Read Introducing the Coffee Shop Reviews app to understand the example application that you’ll create when you follow the tutorial.