Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 515 Bytes

File metadata and controls

20 lines (14 loc) · 515 Bytes

Visualize: Data Visualization Dashboard

Technology Used:

My Skills

website-video.mp4

To run this project locally, run the following commands on terminal(npm and node required):

Run server

  1. cd server
  2. npm install
  3. npm start

Run client

  1. cd client
  2. npm install
  3. npm run dev

Thank you!