README.md 239 octets
Newer Older
Hajar RAHMOUNI's avatar
Hajar RAHMOUNI a validé
# Site web CRUD annonces immobilières

## Deploy in your syustem

- Add .env file in root folder.

- Build all containers :
```Shell
docker compose up --build
```

- If you want to remove all containers :
```Shell
docker compose down
```