This project will demonstrate the basic API creation with Express JS framework and an Unit Test script to test it's responses.
This project can help beginners like me who wants to start exploring with node js based framewok specifically Express JS and can develop their own API locally and also perform an Unit Testing of the functionalities
GET, POST and DELETE has been incorporated for the time being. Interested people can add more on it.
- Clone this repository first in your local by running command called
git cloneon git bash - Import the project in some IDE (i have used VSCode)
- Then run another command called
npm installto install all it's dependencies - Finally you start with a command called
npm startto execute the mocha based Unit Test scripts to check