- Docker and Nginx : Deploy in docker using 5 replicas and load balancer with Nginx
- Logger: The application includes a request logger for monitoring HTTP requests.
Name | Rute | Parameters | State | Protected | Method |
---|---|---|---|---|---|
Hello | /hello | No | Completed | No | GET |
To get a local copy up and running, follow these steps:
- Clone the repository to your local machine.
- Navigate to the project directory.
- Build the Docker image with docker compose
- Run the Docker compose composition
docker compose up --build
- Access the application at
http://localhost:8080/hello
.