This commit is contained in:
2025-10-23 10:35:02 +02:00
parent 375b7f1d7c
commit 1b58e0eded

View File

@@ -2,6 +2,11 @@
```shell
git clone https://sources.neotech.fr/Universite/nosql-document.git
```
Renommer .env.example en .env
```shell
docker compose up -d 'mongodb' --build
docker exec -it nosql-document-mongodb-1 mongosh --username admin
```