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:

  1. Using multiple data sources in an single application.
  2. Relations between models.
  3. Remote hooks.
  4. Using access control lists to protect REST endpoints.
  5. User registration and authentication
  6. 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.