RajkumarSL / ecommerce-ci3

ecommerce using codeigniter 3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

E commerce With Codeigniter 3.0

===> using codeigniter 3 back/end ===> using bootstrap front/end ===> using font-awesome front/end check out to live test : http://hicham.besaba.com

Requirements

PHP 5.4.0 or later

Installation


# Step 1 :

Create database "shop-online" and import shop-omline.sql to your database


# Step 2 : if you use wammp server create file " shop online " inside WWW or if you use xampp create file " shop online " inside htdocs
# Step 3 : application => config = > config.php

edit $config['base_url'] = ' your localhost ' ;

application => config = > database.php

edit 'hostname' => 'your localhost', 'username' => 'root', 'password' => ''


# Related

If you want to install CodeIgniter via Composer, check it.

https://github.com/kenjis/codeigniter-composer-installer
If you want a commnad line tool, check it.

https://github.com/kenjis/codeigniter-cli

About

ecommerce using codeigniter 3

License:MIT License


Languages

Language:HTML 72.4%Language:PHP 24.6%Language:CSS 1.8%Language:JavaScript 1.3%Language:ApacheConf 0.0%