Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 420 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 420 Bytes

Book Library API

Simply a demo application built using Expressive that I use in my talks.

Requires PHP 7.2+ and a PostgreSQL server.

Usage

$ git clone git@github.com:asgrim/book-library.git
$ cd book-library
$ cp config/autoload/local.php.dist config/autoload/local.php
# Then modify local.php to your needs!
$ composer install
$ composer serve

Then visit localhost:8080.