WebAPI for food ordering. Technologies used in the project: Spring Boot: Web (RestControllers), Test, Data JPA, Validation, Java 21, MySQL/MariaDB, JUnit Unit Tests, SpringBootTest Integration Tests, Lombok, Guava, Truth, Maven, Git, GitHub, IntelliJ Ultimate.
# image creation
$ docker build -f Dockerfile -t restaurants-offers .
# starting the image
$ docker run -d -p 8080:8080 restaurants-offers
# image composing
$ docker-compose up -d