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