Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ardafirdausr/kaseer
Kaseer is a simple Point of Sales implementation using GO, Echo framework, and MySQL.
https://github.com/ardafirdausr/kaseer
bootstrap echo golang mysql
Last synced: 15 days ago
JSON representation
Kaseer is a simple Point of Sales implementation using GO, Echo framework, and MySQL.
- Host: GitHub
- URL: https://github.com/ardafirdausr/kaseer
- Owner: ardafirdausr
- License: mit
- Created: 2021-03-23T10:19:47.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-02T06:02:18.000Z (over 3 years ago)
- Last Synced: 2024-10-04T06:41:11.090Z (about 1 month ago)
- Topics: bootstrap, echo, golang, mysql
- Language: Go
- Homepage: https://kaseer.eksperimen.site
- Size: 537 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Kaseer
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`