Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 496 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 496 Bytes

restaurants-offers

WebAPI for food ordering. Technologies used in the project: Spring Boot: Web (RestControllers), Test, Data JPA, Validation, Java 17, MySQL/MariaDB, JUnit Unit Tests, SpringBootTest Integration Tests, Lombok, Guava, Truth, Maven, Git, GitHub, IntelliJ Ultimate.

Main commands

# 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