# README
golang-echo-admin
About
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.
What you might find helpful in this repo.
- echo(Framework) for handling requests
- golang-stats-api-handler
- Production-ready Features -- Spring
How to run
Install.
git clone [email protected]:imforster/golang-echo-admin
cd golang-echo-admin
Download dependencies.
go mod download
Run.
cd examples
make build
./adminTest