Skip to content

Latest commit

 

History

History
35 lines (16 loc) · 505 Bytes

readme.md

File metadata and controls

35 lines (16 loc) · 505 Bytes

Library Book Management

Little project did several years go for an interview ...

Wanted to play around with the Spatie Event Projector. https://github.com/spatie/laravel-event-projector

Laravel app for keeping track of books using Event Projector, Vue

Installation

composer install

Copy .env

cp .env.example .env

Run docker

docker-compose up -d

Build assets

npm run dev

Run tests (creates some books)

./vendor/bin/phpunit

Browse to

http://localhost:8000