silaev / kalah

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HTTP API for Kalah game

Build Status

Prerequisite

  • Java 11

General info

Consider exploring REST API via Swagger, for example: http://localhost:8080/swagger-ui.html#/kalah-controller

Requirements to consider before using the app

The project ought to be built by means of Gradle. For that reason, run gradlew clean build. Subsequently, to start the application make use of gradlew bootRun

Future improvements

  1. Reckon the use of Spring Security Oath2;
  2. Improve code coverage.

About

License:Apache License 2.0


Languages

Language:Java 100.0%