Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 458 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 458 Bytes

spring-webflux-example

Application made to learn reactive programming. See spring-webflux-study for a documentation on the topic :)

How to build and run

mvn install
mvn spring-boot:run

API

POST /new/game/${gameName}

POST /${gameName}/players/add

POST /${gameName}/start

POST /${gameName}/finish

POST /${gameName}/turn/change

GET /${gameName}/players

GET /${gameName}/turn