Skip to content

hellraiserii/loopback-component-visualizer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Visualize your models and their relationships like ER diagram

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 64.2%
  • HTML 35.8%