No description
Find a file
2024-04-05 18:32:14 +00:00
.idea update 07.03.24 2024-03-07 09:54:09 +01:00
src first commit 2024-04-05 20:30:39 +02:00
docker-compose.yaml docker-compose.yaml aktualisiert 2024-04-05 18:32:14 +00:00
readme.md first commit 2024-04-05 20:30:39 +02:00

Gibb 165 LB 2

Ein Schulprojekt für NoSql-Databases

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:

  • Docker
  • Docker Compose

Installation

  1. Klone das Repository:

    git clone https://repo.zenndev.xyz/Gibb-Projekte/modul-165-lb2
    
  2. Wechsel in das Projektverzeichnis:

    cd modul-165-lb2
    
  3. Starte das Projekt mit Docker Compose:

    docker-compose up -d
    
  4. Öffne deinen Webbrowser und gehe zu http://localhost:3333, um das Projekt zu sehen.

Todo