A barebones create, read, update, and delete (CRUD) implementation in Java Spring Boot.
Includes the following features:
- Swagger UI for API visualization
- BasicAuth for secure route management
- Get, Post, Put, and Delete endpoints for CRUD operations
- Unit Tests for functionality validation
- A single, easy to understand, model