Skip to content

Kaseer is a simple Point of Sales implementation using GO, Echo framework, and MySQL.

License

Notifications You must be signed in to change notification settings

ardafirdausr/kaseer

Repository files navigation

Kaseer

Build Status License Release Version

Kaseer is a simple Point of Sales implementation using GO, Echo framework, and MySQL.

Setup

  1. Copy .env.example file to .env
  2. Fill the environment configurations
  3. Get the module dependencies by running go get ./...

Run The App

go run ./cmd/kaseer/main.go

Test The App

go test -v ./...

Build The App

go build -o ./bin/kaseer ./cmd/kaseer/main.go

About

Kaseer is a simple Point of Sales implementation using GO, Echo framework, and MySQL.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages