Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidpeach/home-inventory-laravel
The Laravel version of my home inventory app
https://github.com/davidpeach/home-inventory-laravel
Last synced: 16 days ago
JSON representation
The Laravel version of my home inventory app
- Host: GitHub
- URL: https://github.com/davidpeach/home-inventory-laravel
- Owner: davidpeach
- Created: 2022-07-23T08:46:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-23T17:05:15.000Z (over 2 years ago)
- Last Synced: 2024-11-01T17:42:23.621Z (2 months ago)
- Language: PHP
- Size: 79.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Home Inventory
_Laravel Edition_This is the Laravel version of a home inventory app.
## What is it?
It's just a simple way to search for a items, by name / tag / etc, and have the app tell you where that item is.For example, a spade could be in a shed. Or a book could be in a box, which itself could be in the loft.
## Features
- Locations can be created
- Items can be placed into locations
- Locations themselves can be placed within locations i.e. a box in the loft
- Items can be moved
- Locations can be relocated
- Items can have a use by date
- Items can be consumable
- Notifications can be sent automatically when an item nears its use by date## Why?
The plan is to build the same app but with different web frameworks, for my own learning. My thought is once I have the
idea of what I'm building down and built in Laravel (a framework I'm familiar with) I can then look at how to
accomplish the same things but in other frameworks and even other languages.When I have other versions ready to share I will add a list of those versions here.