An app which displays the metadata
This project is about viewing metadata on frontend. There are six buttons on the page. Each button when clicked displays the information about it.
Below are the button names
- Domain: Lists all the domains.
- BusinessTerms: Lists all the business terms.
- DomainRelationship: Lists parents and children.
- DomainTermsRelationship: Lists all the technical terms related to a child.
- Technical Terms: Lists all the technical terms.
- TechBusBridge: Lists the bridge table with business and technical terms relationship.
You can run this in two ways:
Web: https://nameless-spire-63573.herokuapp.com/
Locally: You can download the project from GITHUB: https://github.com/yvgr00/Metadata
Install:
- An environment to run javascript such as Atom, Visual Studio Code.
- Install Node.js.
- Install nodemon to run your server.
- Install npm which manages packages in the project
- Install Git
- Run command 'npm ci' to clean install all the packages locally for the project to run.
Venu Gopal Reddy Yerragunta
Rushali Udhani