The Java simple MVC application serves as an announcement of the university's academic conference. Also, the application includes functionality such as localization and adaptation for different devices.
- Clone repository
git clone https://github.com/Vladosik12333/uni-conference-page - Build project
mvn package - Build image
docker build -t uni-conference-page . - Start container
docker run -d -p 80:80 uni-conference-page - Open localhost
The application was deployed using AWS services:
- Elastic Container Service
- Elastic Container Registry
- VPC
- Route 53
- Balancer
- Certificate Manager
- IAM


