Compare commits

...

1 Commits

Author SHA1 Message Date
120b55101d Readme.md aktualisiert 2025-09-28 23:27:02 +02:00

View File

@@ -1,14 +1,2 @@
# Bacchus 🍷 # Bacchus 🍷
WG-Getränke-Buchungssystem 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;"```