Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 688 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 688 Bytes

testdatagen

Django web app to generate realistic test data

Usage

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

Supported Formats

  • JSON
  • CSV

Demo

Try it out here for JSON and here for CSV
(The demo app supports generation of up to 10 rows and 5 fields)