Initialize a LoopBack Node.js Project through the CLI

InstructorBram Borggreve

Share this video with your friends

Send Tweet

LoopBack is a framework built on top of Express for creating APIs. It allows you to create end-to-end REST APIs that can access data from many data sources such as MondoDB, PostgreSQL, MySQL or other REST APIs.

In this lesson you will learn how to install loopback-cli and create a new LoopBack API project. After creating the basic LoopBack project through the CLI, running the server will give us access to the project and API Explorer urls. The user model will be available to us because user authentication was enabled.

Victor Hazbun
~ 7 years ago

can loopback work with VueJS or any other framework in the same project folder?

Lightcurve GmbH
~ 5 years ago

When was the last time these videos were updated?