New comments section in the requests/responses

This commit is contained in:
Stephan D
2026-03-05 20:28:28 +01:00
parent b832c2a7c4
commit 0c29e7686d

View File

@@ -75,6 +75,9 @@ make clean # Remove all containers and volumes
```bash ```bash
make infra-up # Start infrastructure only (MongoDB, NATS, Vault) make infra-up # Start infrastructure only (MongoDB, NATS, Vault)
make services-up # Start application services only (assumes infra is running) make services-up # Start application services only (assumes infra is running)
make backend-up # Start backend services only (no infrastructure/frontend changes)
make backend-down # Stop backend services only
make backend-rebuild # Rebuild and restart backend services only
make list-services # Show service names, ports, and descriptions make list-services # Show service names, ports, and descriptions
``` ```