All Projects → yantrashala → loopback-component-visualizer

yantrashala / loopback-component-visualizer

Licence: MIT license
Visualize your models and their relationships like ER diagram

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to loopback-component-visualizer

Loopback Component Access Groups
Access controls for Loopback.
Stars: ✭ 56 (+47.37%)
Mutual labels:  loopback
learn-how-to-build-a-mean-stack-application
The goal of this tutorial is to guide you through the coding of a full-stack JavaScript example application project and connecting a backend API to an Angular 5 front-end application employing the MEAN stack.
Stars: ✭ 55 (+44.74%)
Mutual labels:  loopback
loopback-ds-paginate-mixin
A mixin to provide pagination for loopback Model properties
Stars: ✭ 31 (-18.42%)
Mutual labels:  loopback
Loopback Component Jsonapi
JSONAPI support for loopback.
Stars: ✭ 104 (+173.68%)
Mutual labels:  loopback
Fireloop.io
Modern Real-Time Platform by MEAN Expert
Stars: ✭ 176 (+363.16%)
Mutual labels:  loopback
loopback-component-mq
Loopback Component for working with a Message Queue
Stars: ✭ 19 (-50%)
Mutual labels:  loopback
Drive
☁️ A distributed cloud based lazy drive to files integrated with Dropbox, Google Drive.
Stars: ✭ 36 (-5.26%)
Mutual labels:  loopback
loopback-object-acl
Object-level ACL for Loopback Node.js framework
Stars: ✭ 13 (-65.79%)
Mutual labels:  loopback
Generator Loopback Vue
app版本管理,(热更新)前后端分离,vue page分页功能,authenticate 权限控制,accesstoken机制,credentials,CI,docker
Stars: ✭ 202 (+431.58%)
Mutual labels:  loopback
generator-loopback-module
Module generation for loopback framework
Stars: ✭ 13 (-65.79%)
Mutual labels:  loopback
Colmena
Colmena is a starter kit for an API with an Admin interface that can be easily extended and built upon.
Stars: ✭ 1,420 (+3636.84%)
Mutual labels:  loopback
Managedbass
.Net Wrapper for 'Bass' Audio Library
Stars: ✭ 131 (+244.74%)
Mutual labels:  loopback
MultiOS-USB
Boot operating systems directly from ISO files
Stars: ✭ 106 (+178.95%)
Mutual labels:  loopback
Ansible Provisioning Tywin
Generate your Ansible provisioning for Symfony2, Laravel and Node.js projects
Stars: ✭ 67 (+76.32%)
Mutual labels:  loopback
loopback-next
LoopBack makes it easy to build modern API applications that require complex integrations.
Stars: ✭ 4,412 (+11510.53%)
Mutual labels:  loopback
Demo Loopback
Developing a complete REST API with Loopback
Stars: ✭ 37 (-2.63%)
Mutual labels:  loopback
flex-originals
🎧 A video and audio streaming web application
Stars: ✭ 36 (-5.26%)
Mutual labels:  loopback
acme-freight
Acme Freight's Logistics Wizard application is composed of several microservices, including three Cloud Foundry applications, LoopBack, API Connect, and multiple Cloud Function actions.
Stars: ✭ 43 (+13.16%)
Mutual labels:  loopback
logistics-wizard
The Logistics Wizard is an end-to-end, smart supply chain management solution that showcases how to execute hybrid cloud, microservices, and predictive data analytics in the real world.
Stars: ✭ 99 (+160.53%)
Mutual labels:  loopback
nuxt-loopback
Nuxt + Loopback template
Stars: ✭ 11 (-71.05%)
Mutual labels:  loopback

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].