Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 974 Bytes

README.md

File metadata and controls

46 lines (33 loc) · 974 Bytes

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