Skip to content

Simple e-commerce proejct built with Codeigniter 3

License

Notifications You must be signed in to change notification settings

kenjis/online-games-store

 
 

Repository files navigation

Online Games Store

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

Installation

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

$ bin/server.sh

alt text

alt text

About

Simple e-commerce proejct built with Codeigniter 3

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 81.8%
  • PHP 17.1%
  • Other 1.1%