Two Player chess game using a Spring Boot web application
The project consists of 2 different Modules:
- webapp: This module contains the Spring web application
- backend: This module contains the entire game logic for two player chess
For the deployment there is a Dockerfile in the project directory. This was used to create a Docker image and push it to DockerHub. A web service was then created with Render (https://render.com/), which works with the DockerHub image.