4bbb0c9fc5cbdef04d043113d8a98bd0e21a0f21
Promote GRO-2172 from uat to main. Pins src/routes/pets.ts to its exact content at uat merge commitc4385617(PR #200), adding the extended pet profile fields to createPetSchema/updatePetSchema and wiring medicalAlerts into POST/PATCH /pets: - temperamentScore: int 1–5 - temperamentFlags: string[] (≤20, each ≤100 chars) - medicalAlerts: {type,description,severity}[] (≤50) - preferredCuts: string[] (≤20, each ≤200 chars) - coatType already present on main; schema now references all 5 fields Based on main HEAD (03f79a37) so the PR diff is limited to src/routes/pets.ts. GRO-2311 (uat HEAD807ccb45) is intentionally excluded. Co-Authored-By: Paperclip <noreply@paperclip.ing>
GroomBook API
GroomBook API service — extracted from the groombook/app monorepo.
Overview
This repository contains the GroomBook API service, including:
- REST API endpoints
- Database schema and migrations (via Drizzle ORM)
- Authentication (via Better Auth)
- Background job handlers
Structure
src/ # API service source
packages/db/ # Database schema, migrations, and utilities
packages/types/ # Shared TypeScript types
Setup
pnpm install
cp .env.example .env # Fill in required environment variables
pnpm --filter @groombook/api dev
Docker
docker build -t ghcr.io/groombook/api:latest .
docker run -p 3000:3000 ghcr.io/groombook/api:latest
License
AGPL-3.0-only
Description
Languages
TypeScript
99.3%
JavaScript
0.4%
Dockerfile
0.2%