All notable changes to this project will be documented in this file.
- Initial implementation of Snippet API
- CRUD endpoints for snippets
- Search by language and tag
- Input validation and global exception handling
- Documentation with Springdoc OpenAPI (Swagger UI)
- Health, info, env endpoints via Spring Boot Actuator
- Unit and integration tests