first commit

This commit is contained in:
Zenny 2024-04-05 20:30:39 +02:00
parent 6f61c68c9b
commit e18e5a8227
9 changed files with 101 additions and 482 deletions

View file

@ -2,6 +2,10 @@
Ein Schulprojekt für NoSql-Databases
```bash
podman run -d -p 27017:27017 --name mongodb -e MONGO_INITDB_ROOT_USERNAME=root -e MONGO_INITDB_ROOT_PASSWORD=root12345 mongo
```
## Voraussetzungen
Stellen Sie sicher, dass die folgenden Tools auf Ihrem System installiert sind: