REST API service for supplement (BAD) catalog
Go to file
Backend Agent 506d1ba761 feat: initial nutri-api — Spring Boot REST API for supplement catalog
- Supplement and Ingredient entities with UUID primary keys
- CRUD REST API with pagination, filtering, and full-text search
- Liquibase migrations with PostgreSQL tsvector full-text index
- SpringDoc OpenAPI documentation
- RFC 7807 Problem Details error handling
- Unit tests for service, mapper, and controller layers (23 tests)
- Dockerfile (multi-stage) and docker-compose.yaml for local dev
- Application profiles: default, dev, prod
2026-04-10 17:03:09 +00:00
src feat: initial nutri-api — Spring Boot REST API for supplement catalog 2026-04-10 17:03:09 +00:00
.gitignore feat: initial nutri-api — Spring Boot REST API for supplement catalog 2026-04-10 17:03:09 +00:00
Dockerfile feat: initial nutri-api — Spring Boot REST API for supplement catalog 2026-04-10 17:03:09 +00:00
docker-compose.yaml feat: initial nutri-api — Spring Boot REST API for supplement catalog 2026-04-10 17:03:09 +00:00
pom.xml feat: initial nutri-api — Spring Boot REST API for supplement catalog 2026-04-10 17:03:09 +00:00