An open API service indexing awesome lists of open source software.

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)

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`.