This project built with framework Codeigniter 3 and MySql
If you want CodeIgniter4 version, see https://github.com/kenjis/ci4-online-games-store.
Login with admin role:
email: admin@gmail.com
pass : admin
$ mysql -uroot
mysql> CREATE DATABASE `db_gstore` DEFAULT CHARACTER SET utf8mb4;
$ mysql -uroot db_gstore < 'database/db_gstore (1).sql'
$ bin/server.sh