https://github.com/lapostoj/rock-paper-scissor
Rest API to play Rock Paper Scissor
https://github.com/lapostoj/rock-paper-scissor
kotlin rest-api rock-paper-scissors spring-boot-2
Last synced: about 2 months ago
JSON representation
Rest API to play Rock Paper Scissor
- Host: GitHub
- URL: https://github.com/lapostoj/rock-paper-scissor
- Owner: lapostoj
- Created: 2018-11-06T15:16:45.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2022-10-08T10:14:50.000Z (over 2 years ago)
- Last Synced: 2025-02-08T13:11:33.621Z (3 months ago)
- Topics: kotlin, rest-api, rock-paper-scissors, spring-boot-2
- Language: Kotlin
- Size: 401 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rock Paper Scissor
Author: lapostoj
Contact: [email protected]
## Description
REST API to play the Rock Paper Scissor game.
A project to play with the idea as I have seen it used as a code interview.
It is also a pretext to experiment with Kotlin and its frameworks/libraries.## Technology
- Kotlin (with Spek2 and Mockk for testing)
- Spring Boot 2