This is a simple ecommerce application based on codeigniter framework. It provides a base to further develop ecommerce using codeigniter.
- Clone/download the repo.
- Create a database and upload the sql file in th repo.
- Change
$config['base_url']
to your url inapplication\config\config.php
- Update database details in
application\config\database.php