https://github.com/gousaiyang/bookstore-php
Simple Online Bookstore (Iteration 1, written in PHP)
https://github.com/gousaiyang/bookstore-php
Last synced: about 1 month ago
JSON representation
Simple Online Bookstore (Iteration 1, written in PHP)
- Host: GitHub
- URL: https://github.com/gousaiyang/bookstore-php
- Owner: gousaiyang
- License: mit
- Created: 2017-03-15T07:38:12.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-14T15:51:25.000Z (over 6 years ago)
- Last Synced: 2025-02-15T06:41:30.518Z (3 months ago)
- Language: PHP
- Homepage:
- Size: 217 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple Online Bookstore (Version 1)
## Front End
jQuery + Bootstrap
## Back End
Laravel Framework
## Deploy
1. Copy `.env.example` to `.env` and open the file and edit the settings.
2. Execute `composer install`.
3. Import `bookstore_sample.sql`.