Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 622 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 622 Bytes

Node.js RESTful

Just a simple project to demonstrated how to create RESTful API with Node.js and test it with Postman collections with newman

How to start

First you need to have Node.js installed in your machine and than run the commands below:

  • npm install

  • npm start

How to run the automated tests

  • npm test

Test Reports

You can find the automated tests reports under folder newman

Image of Report

References