Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f87ed32f6f | |||
| 1454b9bfc8 | |||
| e299eb59ad | |||
| b6b82e1631 |
@@ -1,4 +1,3 @@
|
||||
|
||||
# Plateforme web pour les adhérents KAZ
|
||||
|
||||
## Objectif
|
||||
@@ -11,6 +10,7 @@ Cette application web permet aux adhérents de l'association KAZ de gérer leur
|
||||
|
||||
## Architecture technique
|
||||
- **Frontend** : [Twig](https://twig.symfony.com/) + [Tailwind CSS](https://tailwindcss.com/)
|
||||
- **Documentation installation Tailwind** : [Plus d'infos ici](https://tailwindcss.com/docs/installation/framework-guides/symfony)
|
||||
- **Backend** : PHP 8.4 / [Symfony](https://symfony.com/)
|
||||
- **Base de données** : [PostgreSQL](https://www.postgresql.org/)
|
||||
- **Intégration** : Communication via API avec les outils de KAZ (notamment OpenLDAP).
|
||||
|
||||
@@ -7,7 +7,7 @@ services:
|
||||
App\:
|
||||
resource: '../src/'
|
||||
|
||||
App\Service\KazApiClient:
|
||||
App\Service\KazApiService:
|
||||
arguments:
|
||||
$kazApiClient: '@kaz_api.client'
|
||||
$apiUser: '%env(KAZ_API_USER)%'
|
||||
|
||||
Reference in New Issue
Block a user