This repository provides a simple example of how to use the monigo library to create a monitoring dashboard for your application with minimal code.
Follow the steps below to clone the repository, install dependencies, and run the example.
First, clone the repository to your local machine:
git clone https://github.com/iyashjayesh/monigo-example.git
cd monigo-exampleNext, install the necessary Go modules:
go mod tidyFinally, run the example application:
go run main.goOnce the application is running, open your web browser and navigate to:
http://localhost:8080
You will see the monitoring dashboard provided by the monigo library.