This is the Repository for CSYE6225 - Cloud Computing and Networking Structures
Prerequisites: NodeJS, Visual Studio Code
Requirements & Description : All API request/response payloads should be in JSON. No UI should be implemented for the application. As a user, I expect all APIs call to return with a proper HTTP status code.
Steps to run the project:
- Clone the project to your local system
- Open the folder in Visual Studio Code
- Open new terminal and rum “npm install” to install all the dependencies
- Now run the command “nodemon server” or "npm start" in the terminal
- Server is setup in the localhost:3306 port