Newer
Older
# Getting started
Es werden zwei Terminal Instanzen benötigt. Eine für das Backend und eine für das Frontend.
## Backend
1. Wechseln in das Backend Verzeichnis
```bash
cd backend
```
2. Erstellen von python virtual environment
```bash
```
3. Aktivieren des virtual environment
```bash
```
4. Installieren der benötigten Pakete
```bash
```
5. Starten des Backends
```bash
**[Angular 19 CLI](https://angular.dev/installation) muss installiert sein.**
1. Wechseln in das Frontend Verzeichnis
```bash
cd frontend
```
2. Ng serve starten
```bash
ng serve
```
## Anwendung
Die Anwendung ist unter [http://localhost:4200](http://localhost:4200) erreichbar.
Die Einführung in die Anwendung ist unter [http://localhost:4200/introduction](http://localhost:4200/introduction) erreichbar.
Das Spiel ist unter [http://localhost:4200/game](http://localhost:4200/game) erreichbar.