https://github.com/dineshkarthik/json-generator-api
A json data generator - API mocking tool
https://github.com/dineshkarthik/json-generator-api
api-service flask-api json-generator python
Last synced: 4 months ago
JSON representation
A json data generator - API mocking tool
- Host: GitHub
- URL: https://github.com/dineshkarthik/json-generator-api
- Owner: Dineshkarthik
- License: mit
- Created: 2017-11-06T11:01:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-01T21:36:49.000Z (about 2 years ago)
- Last Synced: 2025-01-18T09:49:55.869Z (5 months ago)
- Topics: api-service, flask-api, json-generator, python
- Language: Python
- Homepage:
- Size: 300 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Json-Generator-API
A json data generator - API mocking tool. Specify the Keys required and select the corresponding datatype from the available list and you are ready to go with a working API Endpoint that provides you with the required Json data.
## Tech
Json-Generator-API uses a number of open source projects to work properly:
* [Flask] - Microframework for Python based on Werkzeug, Jinja 2.
* [Redis] - Redis is an open source, in-memory data structure store, used as a database, cache and message broker.
* [Faker] - Faker is a Python package that generates fake data for you.
* [Twitter Bootstrap] - great UI boilerplate for modern web apps.
* [jQuery] - duh
* [jQuery QueryBuilder] - jQuery plugin for user friendly query/filter creator.## Installation
You need Python 3.*, its dependency packages, and the above mentioned packages installed globally:
$ git clone https://github.com/Dineshkarthik/json-generator-api.git
$ cd json-generator-api
$ pip install -r requirements.txt## Execution
$ python json_generator.py #by default it will run on port 5000
$ python json_generator.py -p 8001 #to run on a different portLicense
----MIT
**Free Software, Hell Yeah!**
[Faker]:
[Flask]:
[Redis]:
[Twitter Bootstrap]:
[jQuery]:
[jQuery QueryBuilder]: