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):