In this video we explore a node js framework LoopBack. LoopBack is one of the most easiest framework for API creation.
Steps that we take in the example:
1. Make sure that you have the latest node js in your system.
2. Any database installed.
3. Install LoopBack 4 CLI:$ npm install -g @loopback/cli
4. Install connector for your database ( in the example we are using MongoDB ):$ npm install loopback-connector-mongodb --save
5. Create datasource:$ lb4 datasource
6. Create Model:$ lb4 model
7. Create repository:$ lb4 repository
8. Create controller:$ lb4 controller
.9 and .10 : Pat yourself to the back and go get a beer!
Laravel API example: https://www.youtube.com/watch?PJNIE8l...
LoopBack: https://v4.loopback.io/index.html
MongoDB: https://www.mongodb.com/
Skillshare The Node.js Master Class: https://skillshare.eqcm.net/KQkPy