Skip to content

Praxisprojekt2021/praxisprojekt

Repository files navigation

Praxisprojekt

Management von Software-Risiken


Lokale Installation

  1. Das Repo clonen mit git clone https://github.com/Praxisprojekt2021/praxisprojekt.git
  2. Eine virtuelle Umgebung zum managen der Dependencies einrichten (z.B. conda oder venv). Beispielhaft für venv: pip install venv.
  3. Virtuelle Umgebung erstellen: python3 -m venv venv
  4. Über Visual Studio Code wird die virtuelle Umgebung automatisch aktiviert, wenn das Projekt importiert wird.
  5. Dependecies installieren via pip install -r requirements.txt
  6. Flask App starten via python main.py
  7. Die App ist nun erreichbar unter http://localhost:8080

Links


Richtlinien

  • Coding Richtlinie zum Entwickeln mit git und Programmiervorgaben
    • /docu/Coding Richtlinie.md