Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 690 Bytes

readme.md

File metadata and controls

33 lines (26 loc) · 690 Bytes

Simple Web Based Mancala Game

By Aran Kilroy

==================================

  • Spring Boot Web
  • Spring Data JPA
  • H2 Embedded Database
  • Gradle
  • Swagger API Documentation
  • SLF4J Logging
  • Mockito and Junit for Testing
  • Spring Boot Dev Tools to speed up development cycle ==================================

To build

./gradlew clean build or from Windows ./gradlew.bat clean build

To run

./gradlew bootRun or from Windows ./gradlew.bat bootRun

Main page

http://localhost:8080

Swagger Docs

http://localhost:8080/swagger-ui.html

Note

All files are using unix line endings. This may cause some issue on Windows if the IDE/Edior isn't configured.