Follow these steps to run this project on your local machine and use all three modes from the browser.
git clone https://github.com/kedarvj/mysql-random-data-generator-web.git
cd mysql-random-data-generator-web
php -S 127.0.0.1:8080
Start this command from the project root where `index.html` and the `api` folder exist.
http://127.0.0.1:8080/index.html
This web project is inspired by the original stored-procedure-based generator: kedarvj/mysql-random-data-generator.