Merge pull request 'New comments section in the requests/responses' (#679) from bff-677 into main

Reviewed-on: #679
This commit was merged in pull request #679.
This commit is contained in:
2026-03-05 19:29:10 +00:00

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
``` ```