From b484ef7904b7ab5da818a5e5ffa993d732fd741f Mon Sep 17 00:00:00 2001 From: nobohan Date: Tue, 24 Aug 2021 09:52:59 +0200 Subject: [PATCH] Add info for connecting the db in README --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index bc4c3e7..d972bbc 100644 --- a/README.md +++ b/README.md @@ -103,6 +103,17 @@ Redirige de 8080 vers autres services : ## Development +### Inspect db + +There is a pgweb container that allows to inspect the db, at . Use the following credentials to connect: + +* host: db +* un: postgres +* pw: postgres +* dbname: referentielsdb +* port: 5432 +* SSL mode: disable + ### Front-end development In order to interactively edit the js code, the frontend folder is mounted into the frontend container. To interactively develop the frontend code and watch the results, enter the running frontend container and launch `ng serve` with the following arguments (see for why the host argument is required):