A golang application to mock the billing system in super markets
Features
- View all items & items with filter
- Refill items with admin access
- Purchase an item
- Customer Details
- Admin Details
Usage
- Move to
cmd
directory - Run
go mod init
&go mod tidy
to creatego.mod
&go.sum
files - Run the cmd.exe file with flags
i) view (View items of inventory)
-- all, id, category, price-above, price-below
ii) refill (refill stock with admin access)
iii) bill (enter billing process)
iv) customer (view customer list)
v) admin (view admin list)