Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.51 KB

README.md

File metadata and controls

36 lines (23 loc) · 1.51 KB

loopback-component-visualizer

Build status Dep Badge codecov GitHub issues

Introduction

Visualizing a model is sometimes a difficult task. Its becomes more worse when the data model gets larger, trying to understand how models relate to eachother.

loopback-component-visualizer helps you in creating a model diagram with the relation for you loopback application.

Table of contents

  • Installation
  • Usage

Installation

$ npm install loopback-component-visualizer

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"
}

Preview

A Relational Model