maj readme

This commit is contained in:
Grégory Lebreton 2024-03-04 13:59:40 +01:00
parent 5217db6b41
commit 8ae8e0175c

View File

@ -76,14 +76,14 @@ docker build -t api:1.0 .
docker run -d -p 8000:8000 api:1.0
```
## DOCKER COMPOSE
### DOCKER COMPOSE
- Démarrer l'API:
```bash
docker-compose up -d
```
## CLIENT ANDROID
## CLIENT ANDROID :iphone:
[Exemple de client Android](https://git.legaragenumerique.fr/GARAGENUM/python-kivy)