chore: nettoyage racine - suppression docs/scripts obsoletes, mise a jour pom.xml et .gitignore

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
lionsdev
2026-02-18 03:27:28 +00:00
parent 91cbede16f
commit 84ca04b3a8
92 changed files with 405 additions and 20287 deletions

7
script/start-all.sh Normal file
View File

@@ -0,0 +1,7 @@
#!/usr/bin/env bash
# Démarre la stack complète (postgres, keycloak, server, client)
# Exécuter script/build-all.sh avant la première fois
set -e
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
cd "$SCRIPT_DIR/.."
docker-compose -f script/docker/docker-compose.yml up -d