This tool was designed to simplify the production of electronic hardware. It is used for cataloging newly bought parts and for checking out parts that are used. This tool is already successfully in use, but should still be considered alpha.
- Mobile optimized web app
- Scans QR part codes with your phone for a quick workflow
- create new items
- look up part infos
- check out parts
- Filter through your parts catalog
- Stores data in a single database file with bbolt
go install github.com/mbertschler/inventory@latest
Provide the path to your database file. It will be created if it doesn't exist.
inventory ./inventory.db
Once inventory is running, visit http://localhost:5080.
Apache 2.0 with Commons Clause - see LICENSE
Created by mbertschler and typerat in 2018.