This Go repository was inspired from adding production level observability features to the Echo server framework in the development of microservices. The implementation of the features included in this repository was inspired from the actuator capability that exists in Spring Boot.
- echo(Framework) for handling requests
- golang-stats-api-handler
- Production-ready Features -- Spring
Install.
git clone [email protected]:imforster/golang-echo-admin
cd golang-echo-admin
Download dependencies.
go mod download
Run.
cd examples
make build
./adminTest