Data Visualization Dashboard

Environment Variables

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

In Client Folder

Url of Your Backend

REACT_APP_CLIENT_URL

In Server Folder

Url of Database connection

MONGO_URI

Installation

Open two Integrated Terminal

Client

cd 'Client/dashboard' 
  npm install 
  npm run start 

Server

 cd Server 
  npm install 
  npm run start 

Authors