/loopback-model-sample-app

Simple Loopback application with some relations between models.

Primary LanguageJavaScriptMIT LicenseMIT

loopback-model-sample-app

Simple Loopback application with some relations between models.

This simple application defines some models and some relations between them in order to have a ready-to-use Loopback application along with the Loopback component loopback-component-model-diagram, which generates a diagram of your models.

Usage

As simple as:

npm install && npm start

and open your browser to:

http://0.0.0.0:3000/modeldiagram

You will get this image:

Model relation diagram