Skip to content

ianmcxa/inventory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inventory

Inventory is a very simple web app that helps you keep track of things. You can define locations and add items to locations. Locations can have a parent location. I created this system to keep track of all the little things in my house.

Compile

First pull in the dependencies

go get -u github.com/UnnoTed/fileb0x

go get github.com/coreos/bbolt/...

Run the build script

./build

Run

./inventory