Skip to content

An Express web application to visually represent the reporting structure of an organization from JSON data.

Notifications You must be signed in to change notification settings

anjanarv/org_chart_visualisation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Org Hierarchy

An Express web application to visually represent the reporting structure of an organization from JSON data.

Install dependencies

         npm i

Test Data update

Navigate to /public/data/ folder and update the json files

Schema update

Navigate to /public/data/ folder and update the json schema file with .schema.json extension

Test

         npm run test

Launch the app

          npm start

This internally starts watchify for bundling and executes server.js (npm watch | node server.js) Access via http://localhost:5000

Screenshots

Image 1

Image 2

Image 3

Image 4

About

An Express web application to visually represent the reporting structure of an organization from JSON data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published