regroup backend and frontend in app folder

This commit is contained in:
Blomios
2026-03-07 19:16:14 +01:00
parent 66c72f46a2
commit b5bc405771
28315 changed files with 206 additions and 3227368 deletions

View File

@ -1,6 +1,17 @@
# ServiceManager
## Structure
- `app/`: frontend + backend + infrastructure Docker de l'application.
- `node/`: code et artefacts du node (CLI/service).
## Lancer l'application
```bash
docker compose -f app/docker-compose.yml up --build
```
Monitoring your services from different machine on a same place.