A social network that helps users choose movies based on what their friends are watching and how they rate them.
You can familiarize yourself with the functionality using Swagger UI. After the application has been started, simply open http://localhost:8080/swagger-ui/ in your browser.
A REST service built with Spring Boot and Maven, utilizing Lombok and interacting with an H2 database through JDBC.
- JVM installed
- Please note that the application uses an embedded H2 database. You can connect to the database using a client such as DBeaver.