Nodejs application to quickly setup a mock serveur based on a Postman collection with Default json responses.
- Node.js: any version supported by Express.JS
First clone this repo then:
cd postman-expressand finally install it:
npm installIn Postman, export your collection (should be a .json file).
Drop the json file into the folder collections
Run it :
npm run startAnd you're done, the mock server API runs your Postman collections on: http://localhost:4400