Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 887 Bytes

README.md

File metadata and controls

33 lines (27 loc) · 887 Bytes

Generate Mock Data

it's a fun project for making random data for testing in databases like Mackoroo.

click you can see live demo.

TODO

  • live version
  • simple ui
  • save in file
  • show output in textarea
  • make sql data
  • add more field button
  • csv data
  • sql command for create table
  • make id for rows
  • random number
  • add range for data
  • add option for empty
  • add name and family option
  • add country/city option
  • add gender option
  • phone number option
  • price number option
  • email option
  • address option

download and run project

  • clone project git clone https://github.com/mohsen12999/generate-mock-data
  • add dependency with npm: npm i or yarn: yarn install
  • run project with npm: npm run dev or yarn: yarn dev