Skip to content

Présentation technique des applications

Ivan Gabriele edited this page Apr 24, 2024 · 31 revisions

Backend

Structure et nommage des fichiers

/
├── domain
│   ├── entities
│   ├── exceptions
│   ├── filters
│   ├── mappers
│   ├── repositories
│   └── use_cases
├── infrastructure
│   ├── api
│   ├── database
│   └── monitorenv/monitorfish/rapportnav
└── utils