Testing APIs in NodeJS
This is a tutorial repository that coincides with the following POST
https://blog.hyper63.com/intro-to-integration-testing
The master branch is the starting point of the tutorial and the completed branch is the end point of the tutorial.
To successfully go through this tutorial, you need to have the following programs installed and setup:
- git - https://git-scm.com
- nodejs - https://nodejs.org
- code editor - https://code.visualstudio.com
Clone this repository and follow along with the tutorial