A simple app that can be used to learn the basics of Go, Gin, and GORM.
Swagger: http://localhost:8080/swagger/index.html
- Go
- Gin
- GORM
- Docker Compose
-
Install Go dependencies:
go mod tidy
-
Run the Go application:
go run cmd/main.go
-
Linting:
golangci-lint run --fix -
Unit tests:
go test -cover ./...
Shaimaa Sabry