An open API service indexing awesome lists of open source software.

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

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