This repository is a sample of Online Games Store upgraded to CodeIgniter4 using ci3-to-4-upgrade-helper.
The Original Online Games Store is https://github.com/tegarpratama/online-games-store.
This project built with framework Codeigniter 4 and MySql
Login with admin role:
email: [email protected]
pass : admin
$ composer install
$ mysql -uroot
mysql> CREATE DATABASE `db_gstore` DEFAULT CHARACTER SET utf8mb4;
$ mysql -uroot db_gstore < 'database/db_gstore (1).sql'
$ php spark serve