it's a fun project for making random data for testing in databases like Mackoroo.
click you can see live demo.
- 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
- 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