This is a tool that helps mocking JSON data on API routes.
The objective of this app is to mock API routes and json responses in a simple way.
The app will show at port 5000 and you can control responses, status code and delay using the interface at /index
.
Its possible to run this app with Docker (docker-compose) or Python3 (pipenv/pip)
Run it with docker compose => docker-compose up
With Python3 needs setup with pipenv or pip3
setup => pipenv install
or pip3 install -r requirements.txt
run it => pipenv run.py
or python3 run.py