Skip to content

Latest commit

 

History

History
53 lines (35 loc) · 1.13 KB

File metadata and controls

53 lines (35 loc) · 1.13 KB

Mancala

Mancala (Kalah) game for bol.com

Prerequisites: [Java 11, Docker]

Getting Started

To build this application, run the following command:

./mvnw clean package

This application uses PostgreSQL database, so you need to run it in Docker with the following command:

docker-compose up

To run this application, run the following command:

./mvnw spring-boot:run

To run unit test for this application, run the following command:

./mvnw test

Usage

Run 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!

Links

This application uses the following open source libraries: