This project uses MERN stack to Filter Data and show graphs and some visual representation with the help of D3.js

import the jsondata.json to your mongodb db and replace the url in index.js
To run the Project

cd Backend
npm i
node index.js

simulataneously on another terminal

cd Frontend
npm i
npm start

then go to http://localhost:3000 to view the Application