Skip to content

edysegura/nodejs-restful

Repository files navigation

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