Just a simple project to demonstrated how to create RESTful API with Node.js and test it with Postman collections with newman
First you need to have Node.js installed in your machine and than run the commands below:
-
npm install
-
npm start
npm test
You can find the automated tests reports under folder newman