A Data visualization Admin Panel with showcase of Charts , Graphs , interactive ways to display data and much more it contains data of about 1000 document . Data is displayed in such a way that each variable and field s analyzed.
CapstoneVideo.webm
1. Interactive Pie Charts , Doughnut and Spider charts
2. Line Graphs , Bar Graphs
3. Filter and select multiple fields simultaneously
4. Interactive Frontend made with tailwind css
5. Geographical Map
Use the package manager [npm](https://www.npmjs.com/ to install Capstone.
cd Server
npm install
cd Client
npm install
To run this project, you will need to add the following environment variables to your .env file
Mongo_ConnectionString
PORT
Clone the project
git clone https://github.com/HarshSharma0801/Capstone.git
Go to the Server
cd Server
Install dependencies
npm install
Start the server
node server.js
Go to the Client
cd Client
Install dependencies
npm install
Start the server
npm run dev
would like to change.
Please make sure to update tests as appropriate.