SimpleInventory is an open source inventory management application for the small scale. It can be used for managing small inventories of different instititions. I built this application, because I want to use it on my own purpose. Furthermore, I already built an inventory system about an year ago and I wanted to see, how big my progress in learing about professional software development has been forwarded.
This project will only be updated if I feel free to do so, or I need some extra features by myself. But if you want to add a new feature on your own feel free to create a new pull request.
SimpleInventory is not really privacy orientated, because it is not built for the use on the public internet, but in local networks. The system supports user accounted with securely hashed passwords. But eventhough, I do recommend only to use this application in your local network.
Setting up the project is quite easy. Just build a docker compose network and use the docker container of this project. But you need to load all fixtures by executing
php bin/console doctrine:fixtures:load --no-interaction