Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yakovkhalinsky/fake-api

Super simple fake API service
https://github.com/yakovkhalinsky/fake-api

Last synced: 1 day ago
JSON representation

Super simple fake API service

Awesome Lists containing this project

README

        

#### Super Simple Fake API Server

The idea is to just run a node.js process that just reflects data back in the response.

#### Installation

```
git clone https://github.com/yakovkhalinsky/fake-api.git
```

#### Running

Running on standard port `1337`
```
node index.js
```

Running on custom port
```
PORT=1234 node index.js
```