### Tools: pgAdmin

#### What is pgAdmin?

pgAdmin 4 is a web based administration tool for the PostgreSQL database.

* **Website:** [pgadmin.org](https://www.pgadmin.org/)
* **Documentation:** [pgadmin.org/docs/](https://www.pgadmin.org/docs/)

#### Container

* **Image used:** [dpage/pgadmin4](https://hub.docker.com/r/dpage/pgadmin4/)

##### Usage

Access ** pgAdmin** with your browser at address [localhost:8002](http://localhost:8002).  
Use the following credentials to connect:

* **user:** `dev@dev.com`
* **pass:** `dev`

Then connect to the postgres db server using the credentials of the **postgres** container.