- Make sure go1.24.4 is installed on your machine.
- Clone this repository and
cdinto the folder. - Install dependencies with
go mod tidy - Run the app with
go run main.go initor build an executable withgo build main.go - Manage to your grocery list:
go run main.go initto start the application.go run main.go helpto show the help menu (upcoming).
go test ./shared/tests -v