Application Full-Stack avec Angular, NestJS et PostgreSQL.
# Développement docker compose -f compose.yml -f compose.override.dev.yml up --build # CI/CD docker compose -f compose.yml -f compose.ci.yml up --build- Backend NestJS : http://localhost:8085
- Frontend Angular : http://localhost:8083
- Base de données : PostgreSQL (port interne 5432)
- Health Check : http://localhost:8085/health
- Backend: NestJS (
./biblioflow/biblioflow-backend/) - Frontend: Angular (
./biblioflow/biblioflow-frontend/) - Database: PostgreSQL 16
- CI/CD: Jenkins pipeline complet
- Docker Engine 20.10+
- Docker Compose v2.0+