Readme.md aktualisiert
This commit is contained in:
12
Readme.md
12
Readme.md
@@ -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;"```
|
|
||||||
|
Reference in New Issue
Block a user