Simple RESTful webservice created using Spring Data REST, Spring Data JPA (Hibernate) and Spring Boot persisted in MySql database.
The project helps to organize an event where multiple participants are invited. An organizer can create an event and set its participants and venue (see ER diagram below).
- Spring Data REST
- Spring Data JPA
- MySQL database
- Spring Boot
Others:
- build tool: Maven
- Apache Tomcat 9
- Postman