This is backend part of the web application with possibility to search for, filter, write and save blogs persistently. It is written in Java language with Spring framework, and application is linked with frontend with RESTful API.
Backend contains spring security with authentication and authorization achieved thanks to a JWT token generated by the server. Also include endpoints for CRUD operations and search by users and blogs.
How to use
Technologies and libraries
- Java with Spring boot framework
- MySql database
- Lombok library
- Javax validation
- Mapstruct
- Java JWT