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
- Host: GitHub
- URL: https://github.com/hugotiburtino/jamra
- Owner: hugotiburtino
- License: apache-2.0
- Created: 2020-06-18T19:07:32.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-19T22:22:24.000Z (about 6 years ago)
- Last Synced: 2025-03-25T13:28:06.765Z (over 1 year ago)
- Topics: flask, mock, rest-api
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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