This is a online bookstore website.
- PHP 5+
- MySQL 5.6+
- Apache 2 (recommended)
- Create a MySQL user and a database schema;
- Edit the database configuration in
util/config.php
; - Open
admin/db_test_data.php
in your browser to add the example data; - Open
index.html
and see whether it works; - Copy
admin/db_test_data.php
to a new file; - Edit the file and add catalogs via
db_cat_add()
; - Open the file;
- The website is ready now.
The code is released under GPLv3.