Big Picture Of Loopback
  • Introduction to Loopback
  • Installing Nodejs
  • Source Code
  • Getting Setup
  • Understanding API Explorer
  • Challenge: Customer Model
  • Solution: Customer Model
Debugging Loopback Application
  • Debugging Loopback In Webstorm
  • Debugging Loopback In VS Code
  • Debugging Loopback in Chrome
Datasources In Loopback
  • What is Datasource
  • Installing MongoDB
  • Connecting Loopback to MongoDB
  • Installing Mysql
  • Connecting Loopback to Mysql
  • Create Schema from Models
  • Autoupdate in Loopback
  • Understanding Automigrate in Loopback
  • Understanding Autoupdate in Loopback
  • Understanding Datasources In Loopback
  • Connecting Loopback to PostgreSQL
Models In Loopback
  • What Is a Loopback Model
  • Challenge: One To One Relationship
  • Solution: One To One Relationship
  • EmbedsMany Relation in Loopback
  • One To Many Relation in Loopback
  • Many to Many Relationship In Loopback
  • Understanding Model in Loopback
  • One to One Relationship as a Separate model
Authentication
  • Authentication Setup
  • Restrict all Endpoints
  • Make a Public Route
  • Apply ACL to Customer
  • Understanding Login in Loopback
  • Understanding ACL In Loopback
Custom Remote Methods In Loopback
  • Create Message Model
  • Implement CustomCreate in Loopback
  • Access the current LoggedIn UserId
  • Add BelongsTo relation with Message and User
  • Implement CustomFind In Loopback
  • Filtering Messages
  • Implement CustomFindById method
Bonus
  • Learn React and Redux by building real world application