From 258fb6d10148354133b23e529bbbd17ba303af16 Mon Sep 17 00:00:00 2001 From: Ramprasad GK Date: Mon, 2 Mar 2020 14:14:00 +0530 Subject: [PATCH] added steps to install mockserver --- Readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index dba39a6..4a005e5 100644 --- a/Readme.md +++ b/Readme.md @@ -1,6 +1,7 @@ # Steps to start the server - Install node and npm (in case if you haven't). +- install mockserver (https://www.npmjs.com/package/mockserver) - Open terminal and navigate to the folder and execute below commands. - `npm install` - `mockserver -p 9000 -m mocks` @@ -12,4 +13,4 @@ - GET - `http://localhost:9000/goals` - gets all the goals - POST - `http://localhost:9000/goals` - creates a goal -- DELETE - `http://localhost:9000/goals` - deletes a goal \ No newline at end of file +- DELETE - `http://localhost:9000/goals` - deletes a goal