Skip to content

Angular client side implementation which fetches data from a Node server and visualizes with graph.

Notifications You must be signed in to change notification settings

mehtanin/visualizer-project

Repository files navigation

visualizer-project

An Angular project for a client side application which fetches data from a Node.js server api and visualizes it with interactive graph.

Running Locally

Make sure you have Node.js installed. If Angular CLI is not installed, then please install it by the command:

npm install -g @angular/cli

Please run following commands step by step on terminal:

git clone https://github.com/mehtanin/visualizer-project.git
cd visualizer-project
npm install
ng serve --open

Your app should now be running on localhost:4200/subjects.

About

Angular client side implementation which fetches data from a Node server and visualizes with graph.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published