A Java Backend for our Codenames Game using Spring Boot
This project supports running the Spring Boot backend using Docker.
- Docker installed and running
docker build -t backend-local .docker run -p 8080:8080 backend-local
The backend will be available at: http://localhost:8080
For currently used API endpoints (HTTP and Websocket) see our Documentation repository. There you can find a complete network protocol.