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
cmddirectory - Run
go mod init&go mod tidyto creatego.mod&go.sumfiles - 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)