Skip to content

dmanojbaba/the-great-monitoring-project

Repository files navigation

This project is for monitoring Spring Boot and ReactJS applications.

Application URL
Frontend (React) http://localhost:9000
BFF (Spring Boot) http://localhost:9001
Backend (Go) http://localhost:9002

Prerequisites

Install & Run (Mac)

$ curl -fsSL get.docker.com -o get-docker.sh
$ sudo sh get-docker.sh
$ sudo usermod -aG docker $USER

$ brew install go
$ brew install maven
$ brew install node

$ git clone https://github.com/dmanojbaba/the-great-monitoring-project.git
$ cd the-great-monitoring-project

$ ./install.sh

$ ./build.sh

Startup (docker-compose up -d)

$ ./start.sh

Shutdown (docker-compose down)

$ ./stop.sh

About

Application Monitoring using Prometheus and Grafana

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published