An open API service indexing awesome lists of open source software.

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

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
```

![alt text](https://github.com/tegarpratama/online-games-store/blob/master/capture-1.png?raw=true)

![alt text](https://github.com/tegarpratama/online-games-store/blob/master/capture-2.png?raw=true)