Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```