Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nickw1/resttest
A quick, basic and limited tester for REST APIs.
https://github.com/nickw1/resttest
Last synced: about 2 months ago
JSON representation
A quick, basic and limited tester for REST APIs.
- Host: GitHub
- URL: https://github.com/nickw1/resttest
- Owner: nickw1
- Created: 2023-01-31T13:42:45.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-19T20:36:28.000Z (10 months ago)
- Last Synced: 2024-03-19T21:46:08.548Z (10 months ago)
- Language: JavaScript
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# REST Tester
An extremely simple and limited Node and Express-based application to test REST APIs.
It is assumed that JSON is the data format.
## Installing and running
```
npm install
npm start
```then access via
```
http://localhost:3200
```