Sample Node JS API project with sample routes
Step to Run the application:
-
cd to the downloaded folder(where you have package.json file)
-
type npm install(this will install all the required repositories files)
-
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.