Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 409 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 409 Bytes

NodeJSAPISample

Sample Node JS API project with sample routes

Step to Run the application:

  1. cd to the downloaded folder(where you have package.json file)

  2. type npm install(this will install all the required repositories files)

  3. type node app.js to start the app.

you will see a message on the app which says: Server listening at port 80

Use POSTMAN or other rest client to test the application.