This project analyzes hospital performance using PostgreSQL and Power BI. A relational database was designed with five interconnected tables to manage hospital data. SQL queries were used to generate ...
pgAdmin is a web app and its default port is 80; we map it to 8080 in our localhost to avoid any possible conflicts. Just like with the Postgres container, we specify a network and a name. However, ...