Skip to content
This repository was archived by the owner on Jan 13, 2021. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
@@ -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`
Expand All @@ -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
- DELETE - `http://localhost:9000/goals` - deletes a goal