#Soccer Manager Game
mvn package
Requirements:
- JDK 8 or higher
- Start application server:
java -jar soccermanager.jar
OR
mvn spring-boot:run
- Open http://localhost:8080 in the browser.
doc/Architecture.png- Component architecture.doc/Entities.png- Domain entities.
doc/AuthService.oas.yaml- AuthService REST API.doc/ManagerService.oas.yaml- ManagerService REST API.
OAS files can be visualized in Swagger editor.