Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 565 Bytes

readme.md

File metadata and controls

14 lines (10 loc) · 565 Bytes

MybookShelf

Manage all your books. You can organize by favorite, reading, want to read or read.

Links

Development instructions

  • composer install ~ Install dependencies using composer.
  • php artisan migrate ~ Create tables on databse.
  • php -S localhost:8000 -t public ~ Run project on local php server.