Skip to content

fork-contributions/generate-mock-data

 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 44.9%
  • Vue 41.5%
  • CSS 10.5%
  • HTML 3.1%