/Capstone

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.

Primary LanguageJavaScript

Wait a min while loading live site

Capstone

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.

Video

CapstoneVideo.webm

Screenshots

Screenshot (14)

Screenshot (15)

Screenshot (16)

Screenshot (17)

Screenshot (18)

Screenshot (19)

Screenshot (20)

Screenshot (21)

Screenshot (22)

Screenshot (23)

Screenshot (24)

Screenshot (25)

Key Features

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

Installation

Use the package manager [npm](https://www.npmjs.com/ to install Capstone.

For Server

cd Server
npm install

For Client

cd Client
npm install

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

Mongo_ConnectionString

PORT

Run Locally

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.