https://github.com/serginator/mock200
Mock server to answer 200OK
https://github.com/serginator/mock200
Last synced: 8 months ago
JSON representation
Mock server to answer 200OK
- Host: GitHub
- URL: https://github.com/serginator/mock200
- Owner: serginator
- Created: 2014-09-29T13:03:15.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-09-29T13:03:46.000Z (over 11 years ago)
- Last Synced: 2025-07-17T20:55:02.706Z (11 months ago)
- Language: JavaScript
- Size: 97.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mock200
Quick mock server to answer 200OK to all paths.
## How to
+ Make sure you have [node.js](http://nodejs.org/download/) and npm installed.
+ Clone the repo: `git clone git@pdihub.hi.inet:srs30/mock200.git`
+ Cd into the repo: `cd mock200`
+ Install dependencies: `npm install`
+ Run it: `npm start` or `node server.js`
## Test it
Just run in your console a curl like `curl http://localhost:3000/test` to see the status 200.