POSJOO Simple implementation of Majoo Point of Sales Setup Copy env.example to .env Fill the config Run go get ./... Run The App go run ./cmd/posjoo/main.go Test The App go test -v ./... Build The App go build -o ./bin/posjoo ./cmd/posjoo/...