https://github.com/xxxcam900xxx/web-api
Whatsapp Application with Postgres DB
https://github.com/xxxcam900xxx/web-api
api csharp object-oriented-programming postgres testing
Last synced: 2 months ago
JSON representation
Whatsapp Application with Postgres DB
- Host: GitHub
- URL: https://github.com/xxxcam900xxx/web-api
- Owner: xxxCam900xxx
- Created: 2024-11-06T15:14:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-08T11:42:37.000Z (over 1 year ago)
- Last Synced: 2025-12-20T00:20:31.487Z (6 months ago)
- Topics: api, csharp, object-oriented-programming, postgres, testing
- Language: C#
- Homepage:
- Size: 3.14 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Datenbank
Die Daten werden in einer PostgreSQL-Datenbank gespeichert. In der Entwicklungsumgebung wird diese in der docker-compose-yml konfiguriert.
## Datenbankadministration
Über http://localhost:5050 ist PgAdmin4 erreichbar. Damit lässt sich die Datenbank komfortabel verwalten. Der Benutzername lautet zli@example.com und das Passwort zli*123. Die Verbindung zur PostgreSQL-Datenbank muss zuerst mit folgenden Daten konfiguriert werden:
* Host name/address: db
* Port: 5432
* Maintenance database: postgres
* Username: postgres
* Password: postgres