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 |
$ 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
$ ./start.sh
$ ./stop.sh