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

https://github.com/hugotiburtino/jamra

Just Another Mock Rest API
https://github.com/hugotiburtino/jamra

flask mock rest-api

Last synced: 2 months ago
JSON representation

Just Another Mock Rest API

Awesome Lists containing this project

README

          

# jamra
Just Another Mock RestAPI

1. Edit the file data.json with the data you want to mock
2. Install Flask (or even better: create a virtual environment,
activate it and run `pip install -r requirements.txt`)
3. Run `python3 jamra.py`
4. Make your request to `localhost:5000/data`

## License
Apache 2.0