Plugin displays Entity Relationship Diagram of all Strapi models, fields and relations.
- In a root folder of your strapi project run
npm install strapi-plugin-entity-relationship-chart --save
- Rebuild admin UI
strapi build
- Run strapi
strapi develop
- this plugin was tested with stable version of Strapi - 3.0.2.