This is a RESTful API built with Spring Boot for managing articles. It provides endpoints to create, retrieve, update, and delete articles.
- Full CRUD operations (Create, Read, Update, Delete)
- Spring Boot 3.4 with Java 17+
- Spring Data JPA for database management
- MongoDB support
- Exception Handling & Validation