32 lines
579 B
Markdown
32 lines
579 B
Markdown
# 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.
|