Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nobitagit/postman-tester
Repo to test Postman environments and variables
https://github.com/nobitagit/postman-tester
Last synced: about 1 month ago
JSON representation
Repo to test Postman environments and variables
- Host: GitHub
- URL: https://github.com/nobitagit/postman-tester
- Owner: nobitagit
- Created: 2019-10-27T21:13:07.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T11:05:37.000Z (about 2 years ago)
- Last Synced: 2024-04-14T11:36:29.853Z (9 months ago)
- Language: JavaScript
- Homepage: https://dev.to/aurelio/working-with-environments-in-postman-4bcm
- Size: 212 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Postman tester server
A simple test api.
## Installation
```sh
git clone https://github.com/nobitagit/postman-tester.git && cd $_
yarn
```## Running the api
```sh
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](https://github.com/typicode/json-server), so you can refer to its docs in case you need it.