Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 560 Bytes

readme.md

File metadata and controls

16 lines (13 loc) · 560 Bytes

Spring Boot Coursera Final Project

Task:

The task is to develop of RESTFull Web Services with Spring MVC and Hibernate CRUD on an arbitrary topic:

  • library of books
  • movie library
  • storage of audio files
  • hockey standings
  • tennis standings
  • etc.

Technology stack: java 8, Spring 5, flyway, hibernate, maven, PostgreSQL.

Solution:

I created a simple APi to handle creation of CSGO Tournaments, it can handle players, matches, teams and of course tournaments.