i) Clone the repo
ii) Change to testdatagen directory (top-level one containing manage.py and README.md)
iii) Install requirements: pip install -r requirements.txt (Not required if you already have Django, Faker and Gunicorn)
iv) Run the django server: gunicorn testdatagen.wsgi --log-file -
v) Navigate to (http://localhost:8000/json) and follow the steps
- JSON
- CSV
Try it out here for JSON and here for CSV
(The demo app supports generation of up to 10 rows and 5 fields)