EBookshop is an application developed using the CodeIgniter framework that helps you create a website for selling physical books or ebooks. The functional modules of this application include:
- Customers: search for books, view book details, read books, download books, purchase books, list books for sale, manage personal information...
- Administrator: manage books (add, edit, delete), manage customer information, generate reports...
* Requirements
If you want to use EBookshop script you have to follow these requirements to use the application.
PHP Version 5.6, MySQL 5.1.41, PDO Installed CURL Open , Session enabled, CodeIgniter.
* How to install script on localhost:
- Download and install a local web server such as AMPPS/XAMPP/WAMP to run our PHP scripts;
- Download and extract the script and copy it to the web server directory;
- Access phpMyAdmin to create a new database, then import file ebookshop.sql database;
- Open file database.php (in directory application/config/) to configuration database connection:
$db['default'] = array('dsn' => '','hostname' => '','username' => '','password' => '','database' => '',);
- Site URL: http://localhost/project_name/
- Admin panel URL: http://localhost/project_name/users/login
- Default login account: admin@gmail.com/123456
Tags
ecommerce