1. Урок 1.00:01:18
    Initialize a LoopBack Node.js Project through the CLI
  2. Урок 2.00:03:01
    Create a model to persist data in a Node.js LoopBack API
  3. Урок 3.00:00:44
    Persist in-memory data to a file when developing Node.js LoopBack API's
  4. Урок 4.00:00:30
    Setup a development mode in LoopBack API using nodemon
  5. Урок 5.00:03:01
    Create a relation between two LoopBack models
  6. Урок 6.00:02:19
    Define a remote method on a LoopBack model
  7. Урок 7.00:02:09
    Add validation rules to a model in LoopBack API
  8. Урок 8.00:03:22
    Add unit tests to a LoopBack API project
  9. Урок 9.00:02:40
    Add Operation Hooks to a LoopBack model
  10. Урок 10.00:03:00
    Configure ACL’s to protect the LoopBack API
  11. Урок 11.00:02:38
    Create a boot script to run code at the start of a LoopBack API
  12. Урок 12.00:01:45
    Create a MongoDB DataSource in LoopBack
  13. Урок 13.00:01:21
    Create a free database on MongoDB Atlas
  14. Урок 14.00:01:17
    Filter model data in LoopBack
  15. Урок 15.00:02:42
    Deploy a LoopBack API project using now.sh