Skip to content

A Data Analytics Website for the Automotive Industry. Part of the summer project for Microsoft Engage 2022.

Notifications You must be signed in to change notification settings

AaditJha/AutoSense

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AutoSense

Installation

To run the frontend

  • Change directory to client
cd client
  • Install node_modules dependencies by running:
npm install
  • Run
npm run dev
  • Frontend will now run on localhost:8080

To run the backend

  • Change directory to server
cd server
  • Install node_modules dependencies by running:
npm install
  • Run
npm run server
  • Backend will now run on localhost:5000

!!!Make sure to run the backend on port 5000 for the website to work correctly.

About

A Data Analytics Website for the Automotive Industry. Part of the summer project for Microsoft Engage 2022.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published