Readme.md aktualisiert

This commit is contained in:
2025-09-28 23:27:02 +02:00
parent 6735658a4b
commit 120b55101d

View File

@@ -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;"```