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.
As simple as:
npm install && npm start
and open your browser to:
http://0.0.0.0:3000/modeldiagram
You will get this image: