node-api-testing This project was created for showing how to test a node api using Mocha and Chai. Link to testing article: https://dev.to/easybuoy/testing-node-api-with-mocha-chai-248b Getting Started Prerequisites You need Nodejs Installed to be able to run this project on your machine. Installing Clone Repository git clone git@github.com:Easybuoy/node-api-testing.git Change Directory cd node-api-testing Install Dependencies npm install Start Application npm start Run Tests npm test