#An online catalogue of products as well as links to where you can buy them
#Installation
- Download as zip and extract into a folder on your webserver or just pull
- Create a user account from phpmyadmin and create a database called 'codebags' and grant all privileges to the user account you just created
- Import into your database the file 'codebags.sql'
- Change the entries 'hostname', 'username', 'password' in the database config file found at your_folder_name/application/database.php to the values of the account you just created
- Yeah, that should be all