You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project is a RESTful API for a blog built with Spring Boot framework. The API supports CRUD (Create, Read, Update, Delete) operations for blog posts and comments. The application uses Spring Data JPA for database access and authentication is implemented using Spring Security with JSON Web Tokens (JWTs).