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

5
script/start-all.bat Normal file
View File

@@ -0,0 +1,5 @@
@echo off
REM Demarre la stack complete (postgres, keycloak, server, client)
REM Executer script/build-all.bat avant la premiere fois
cd /d "%~dp0\.."
docker-compose -f script/docker/docker-compose.yml up -d