Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dangdungcntt/simple-mock-api

Mock API like webhook.site but simpler
https://github.com/dangdungcntt/simple-mock-api

api mock

Last synced: about 2 months ago
JSON representation

Mock API like webhook.site but simpler

Awesome Lists containing this project

README

        

# Simple Mock API

Like webhook.site but simpler

## Docker

```bash
sudo docker build -t : .

sudo docker run \
-d \
-p 8080:8080 \
-v mock_storage:/usr/src/app/storage \
-e APP_URL=http://localhost:8080 \
-e MAX_LOG_ENTRIES=20 \
:

```

## Screenshots

### Create

![Create](screenshots/create.png?raw=true "Create")

### Edit

![Edit](screenshots/edit.png?raw=true "Edit")

### View Logs

![View Logs](screenshots/logs.png?raw=true "View Logs")