haraprasadj / testdatagen

Generate realistic test data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

Generate realistic test data


Languages

Language:JavaScript 61.5%Language:CSS 29.4%Language:Python 8.0%Language:HTML 1.1%