Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hczhcz/bookstore
A toy website
https://github.com/hczhcz/bookstore
Last synced: 8 days ago
JSON representation
A toy website
- Host: GitHub
- URL: https://github.com/hczhcz/bookstore
- Owner: hczhcz
- License: gpl-3.0
- Created: 2015-03-31T14:04:41.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-09T16:02:05.000Z (over 9 years ago)
- Last Synced: 2024-08-01T21:43:12.705Z (4 months ago)
- Language: JavaScript
- Size: 818 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-se - hczhcz-2013
README
Yet Another Bookstore
===This is a online bookstore website.
Requirements
---* PHP 5+
* MySQL 5.6+
* Apache 2 (recommended)Setup
---1. Create a MySQL user and a database schema;
2. Edit the database configuration in `util/config.php`;
3. Open `admin/db_test_data.php` in your browser to add the example data;
4. Open `index.html` and see whether it works;
5. Copy `admin/db_test_data.php` to a new file;
6. Edit the file and add catalogs via `db_cat_add()`;
7. Open the file;
8. The website is ready now.License
---The code is released under GPLv3.