Skip to content

casuallymax/mqtt-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

MQTT-Chat

Setup Backend

Poetry

In diesem Projekt wird Poetry für das Dependeny Management der Python-Umgebung verwendet. Es wird mindestens Python Version 3.11 benötigt.

Für die Installation siehe Poetry Docu: https://python-poetry.org/docs/

Installieren der Dependencies:

cd mqtt-chat-client
poetry install

Starten des Servers:

poetry run quart run

Setup Frontend

Angular

  • Angular CLI 19.2.7
  • Node 22.15.0
  • NPM 10.9.2

Installation der Anwendung:

cd chat-frontend
npm install

Starten des Frontends:

ng serve

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published