Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 437 Bytes

File metadata and controls

23 lines (14 loc) · 437 Bytes

Assignment

CSYE 6225 - Network Structure And Cloud Computing - Spring 2024

Omkumar Dhirenbhai Solanki - NUID: 002841552

Running the application


Open the code in visual studio code
run npm i to install all the dependencies

If you are using Windows Open the Command Prompt and type
To Stop MySQL Service :
net stop MySQL80
To Start MySQL Service:
net start MySQL80

To Run locally : npm run dev or node server.js