https://github.com/kenjis/ci4-online-games-store
Sample of CodeIgniter3 Online Game Store upgraded to CodeIgniter4 using ci3-to-4-upgrade-helper
https://github.com/kenjis/ci4-online-games-store
codeigniter codeigniter3 codeigniter4 upgrade-helper
Last synced: 29 days ago
JSON representation
Sample of CodeIgniter3 Online Game Store upgraded to CodeIgniter4 using ci3-to-4-upgrade-helper
- Host: GitHub
- URL: https://github.com/kenjis/ci4-online-games-store
- Owner: kenjis
- License: mit
- Created: 2021-02-08T08:02:15.000Z (about 4 years ago)
- Default Branch: develop
- Last Pushed: 2021-02-08T08:03:39.000Z (about 4 years ago)
- Last Synced: 2025-02-01T20:45:38.027Z (3 months ago)
- Topics: codeigniter, codeigniter3, codeigniter4, upgrade-helper
- Language: PHP
- Homepage:
- Size: 5.32 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.txt
Awesome Lists containing this project
README
# Notice
This repository is a sample of [Online Games Store](https://github.com/kenjis/online-games-store) upgraded to CodeIgniter4 using *[ci3-to-4-upgrade-helper](https://github.com/kenjis/ci3-to-4-upgrade-helper)*.
The Original Online Games Store is .
# Online Games Store
This project built with framework Codeigniter 4 and MySql
Login with admin role:
email: [email protected]
pass : admin
## Installation
### Install Composer Packages
```
$ composer install
```### Setup Database
```
$ mysql -uroot
``````
mysql> CREATE DATABASE `db_gstore` DEFAULT CHARACTER SET utf8mb4;
``````
$ mysql -uroot db_gstore < 'database/db_gstore (1).sql'
```### Run built-in Web Server
```
$ php spark serve
```
