Skip to content

motyim/Kalah

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kalah Game

A Java Rest API application that runs the game of 6-stone Kalah. For the rules of the game please refer to Wikipedia: https://en.wikipedia.org/wiki/Kalah.

Stack

  • Java 8
  • Spring Boot
  • Maven
  • JUnit + Spring Boot Test
  • Swagger
  • jacoco

RUN

Prerequisites

Steps

  • Pull the repo
$ git clone https://github.com/motyim/Kalah
$ cd Kalah
  • Build the project using maven
$ mvn clean install 
  • Application has embedded Tomcat, so the only one thing you need is to run
$ java -jar target/kalah-0.0.1-SNAPSHOT.jar  

API documentation & Use

After running the project browse to http://localhost:8080/swagger-ui.html

Authors

  • Mohamed MotYim

License

This project is licensed under the MIT License

Releases

No releases published

Packages

 
 
 

Languages