update 05.03.24
This commit is contained in:
parent
e58ccfa22b
commit
1334429590
1 changed files with 32 additions and 0 deletions
32
readme.md
Normal file
32
readme.md
Normal file
|
@ -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.
|
Loading…
Add table
Add a link
Reference in a new issue