Skip to content
/ books Public

Small helper to keep track of owned or ordered books

License

Notifications You must be signed in to change notification settings

Mythos/books

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mythos' Book Inventory System

This project is a little helper to keep track of my personal manga collection. It allows me to save series with their ISBNs and publish dates and set a status for each book. (New, Ordered or Delivered)

I also use this project to improve my Laravel skills as I'm mainly a .NET developer. So please expect bugs, bad code style and probably some hacks.

Installation

  • Make sure to have Laravel 8.X requirements installed
  • Clone this repository
  • Run composer install --no-dev
  • Set your credentials and settings in .env
  • Run php artisan migrate
  • Set up the DocumentRoot correctly (points to /public/ folder)
  • As series covers are stored publicly run
    • php artisan storage:link
    • or ln -s ./storage/app/public ./public/storage if you are on a shared webspace

Contribution

You are very welcome to create a Pull Request. Please consider using proper commit messages describing the change (i.e. not only fix or something like that) and assign me as a reviewer. If you want to bring in new features, please create an issue for discussion first.

License

MIT

Screenshots

Landing page & Gallery

Screenshot 2022-05-29 at 10-06-09 Mythos' Book Inventory System

Series details page

Screenshot 2022-05-29 at 10-06-19 More than a Doll - Mythos' Book Inventory System

Statistics

Screenshot 2022-05-29 at 10-06-26 Statistiken - Mythos' Book Inventory System