Skip to content

mligas/postman-express

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Postman-express

Nodejs application to quickly setup a mock serveur based on a Postman collection with Default json responses.

Requirements

Installation

First clone this repo then:

cd postman-express

and finally install it:

npm install

Usage

In Postman, export your collection (should be a .json file). Drop the json file into the folder collections

Run it :

npm run start

And you're done, the mock server API runs your Postman collections on: http://localhost:4400

About

Quick and easy setup a local Postman-collection based mock server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published