The back end task index which includes a test file called test.js that enable the user to test the endpint.
Under the route '/search' the usr can search for a doctor in the data.js list, with the possibility of filtering.
- clone the project from the git repository
- under your project directory execute this command
$ npm install
this will install all the required dependencies
- run your project using the following command
$ npm start
-
your project will run on http://localhost:3000/
-
test the endpoint using the following command
$ npm run test