Websocket Game Base idk yet xd
- Connect to game, send cat/dog, end games from list of unfinished Games
- View current active games
Spring Boot
WebSocket
for getting changes and refreshing game boardMongoDB
for persisting the Game informationHTML and js
for providing simple UI and calling rest serviceDocker
for containerization of servicesDocker-Compose
to link the containers
In your CMD Run
mvnw.cmd spring-boot:run
Visit http://localhost:8080
to see the app c:
NOTE: If you shouldnt be using windows try run ./mvnw
instead of mvnw.cmd
Packaging the Project into .jar
, run:
mvnw.cmd clean package
Info: run in cmd not powershell.... To run the projct on docker visit spring-boot-docker