Skip to content

Latest commit

 

History

186 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleEcH (Go + Gin)

Basic backend scaffold using Go and Gin.

Structure

  • cmd/api/main.go - app entrypoint
  • internal/http/router/router.go - route registration
  • internal/http/handler/health.go - sample handler
  • internal/config/ - config package placeholder
  • pkg/ - shared packages placeholder

Run

go mod tidy
go run ./cmd/api

Server runs on PORT (default 8080).

Health check:

GET /health

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages