This application is blog REST service. Wich was inspired by Spring RESTful Web Services course on Udemy.
Java 17, Spring boot, web, security, JPA, MySql. Also used Lombock, jjwt token provider, model mapper.
Service provides login/signup methods, CRUD operations for post and comment resources. Implemented role-based securiry with JWT token authentication.
URI Path versioning strategy chosen.
API documentation is provided with Spring Doc.