Hi people!!
In this tutorial, I will show you how to build an API using node.js and, especially, LoopBack 4.
To do this, you only need the PC’s command line.
1st step: Install node.js and LoopBack 4
npm init
npm i -g @loopback/cli
2nd step: Create the app scanffolding