Kaseer is a simple Point of Sales implementation using GO, Echo framework, and MySQL.
- Copy .env.example file to .env
- Fill the environment configurations
- Get the module dependencies by running
go get ./...
go run ./cmd/kaseer/main.go
go test -v ./...
go build -o ./bin/kaseer ./cmd/kaseer/main.go