An Angular project for a client side application which fetches data from a Node.js server api and visualizes it with interactive graph.
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.