asgrim / book-library

Demo application using Expressive that I use in talks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Demo application using Expressive that I use in talks

License:MIT License


Languages

Language:PHP 100.0%