Skip to content

Web lottery application in Spring Boot, based on a modular monolith, hexagonal architecture. Technologies used in the project: Java 17, Maven, Git, Spring Boot, Spring Data, MongoDB, Junit, AssertJ, Mockito, Test Containers, MockMvc, WireMock, Docker, REST API, GitHub

Notifications You must be signed in to change notification settings

beowoolf/lotto-webservice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lotto-webservice

Web lottery application in Spring Boot, based on a modular monolith, hexagonal architecture. Technologies used in the project: Java 17, Maven, Git, Spring Boot, Spring Data, MongoDB, Junit, AssertJ, Mockito, Testcontainers, MockMvc, WireMock, Docker, REST API, GitHub

Main commands

# image creation
$ docker build -f Dockerfile -t lotto-webservice .

# starting the image
$ docker run -d -p 8080:8080 lotto-webservice

# image composing
$ docker-compose up -d

About

Web lottery application in Spring Boot, based on a modular monolith, hexagonal architecture. Technologies used in the project: Java 17, Maven, Git, Spring Boot, Spring Data, MongoDB, Junit, AssertJ, Mockito, Test Containers, MockMvc, WireMock, Docker, REST API, GitHub

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages