1.2.1 • Published 7 years ago

loopback-component-visualizer v1.2.1

Weekly downloads
373
License
MIT
Repository
github
Last release
7 years ago

loopback-component-visualizer

Build status Dep Badge codecov GitHub issues

Introduction

Visualizing a model is sometimes a difficult task. When the data model gets larger, it becomes even more difficult to understand how models relate to each other.

loopback-component-visualizer helps you in creating a model diagram with a representation of all the properties, methods and relationships of your models for your loopback application.

Table of contents

  • Installation
  • Usage

Installation

Install the module in your loopback application folder.

$ npm install loopback-component-visualizer --save

Usage

Inside your component-config.json, add the loopback-component-visualizer and a '/visualize' api will be mounted to your server.

You can browse @ http://host:port/visualize

"loopback-component-visualizer": {
  "mountPath": "/visualize"
}

You can also get the options passed to the visualizer as below

loopbackApp.get('loopback-component-visualizer')

Preview

A Relational Model

1.2.1

7 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

0.1.0

8 years ago

1.0.0

8 years ago