Mancala (Kalah) game for bol.com
Prerequisites: [Java 11, Docker]
To build this application, run the following command:
./mvnw clean packageThis application uses PostgreSQL database, so you need to run it in Docker with the following command:
docker-compose upTo run this application, run the following command:
./mvnw spring-boot:runTo run unit test for this application, run the following command:
./mvnw testRun the Mancala game application and go to home page: http://localhost:8080/
You need to click to Create game button and send the link of your game to your opponent.
Enjoy!
This application uses the following open source libraries: