nobitagit / postman-tester

Repo to test Postman environments and variables

Home Page:https://dev.to/aurelio/working-with-environments-in-postman-4bcm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Postman tester server

A simple test api.

Installation

git clone https://github.com/nobitagit/postman-tester.git && cd $_
yarn

Running the api

yarn start

The server will listen on port 3000 by default.

Extending the api

If you want to add some endpoints of tweak the responses you can run the server with:

yarn watch

This will restart the server on each change you will make. This server uses json-server, so you can refer to its docs in case you need it.

About

Repo to test Postman environments and variables

https://dev.to/aurelio/working-with-environments-in-postman-4bcm


Languages

Language:JavaScript 100.0%