From 120b55101da838f2170330de0700c3d83775f18c Mon Sep 17 00:00:00 2001 From: Johannes Schmelz Date: Sun, 28 Sep 2025 23:27:02 +0200 Subject: [PATCH] Readme.md aktualisiert --- Readme.md | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/Readme.md b/Readme.md index 002d2b8..332d558 100644 --- a/Readme.md +++ b/Readme.md @@ -1,14 +1,2 @@ # Bacchus 🍷 -WG-Getränke-Buchungssystem - - -### Voraussetzungen -- Rust (stable) -- Node.js (LTS) -- PostgreSQL installiert und läuft lokal auf Port 5432 -- sqlx-cli (`cargo install sqlx-cli --no-default-features --features rustls,postgres`) - -### Datenbank anlegen -```bash -psql -U postgres -c "CREATE USER bacchus WITH PASSWORD 'bacchus';" -psql -U postgres -c "CREATE DATABASE bacchus OWNER bacchus;"``` +WG-Getränke-Buchungssystem \ No newline at end of file