diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..f0dc2a7 --- /dev/null +++ b/readme.md @@ -0,0 +1,32 @@ +# Gibb 165 LB 2 + +Ein Schulprojekt für NoSql-Databases + +## Voraussetzungen + +Stellen Sie sicher, dass die folgenden Tools auf Ihrem System installiert sind: + +- Docker +- Docker Compose + +## Installation + +1. Klone das Repository: + + ```bash + git clone https://repo.zenndev.xyz/Gibb-Projekte/modul-165-lb2 + ``` + +2. Wechsel in das Projektverzeichnis: + + ```bash + cd modul-165-lb2 + ``` + +3. Starte das Projekt mit Docker Compose: + + ```bash + docker-compose up -d + ``` + +4. Öffne deinen Webbrowser und gehe zu `http://localhost:3333`, um das Projekt zu sehen.