Websocket Game Base idk yet xd
- Connect to game, send cat/dog, end games from list of unfinished Games
- View current active games
Spring BootWebSocketfor getting changes and refreshing game boardMongoDBfor persisting the Game informationHTML and jsfor providing simple UI and calling rest serviceDockerfor containerization of servicesDocker-Composeto link the containers
In your CMD Run
mvnw.cmd spring-boot:runVisit 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 packageInfo: run in cmd not powershell.... To run the projct on docker visit spring-boot-docker