To use the cloud-based Azure Database for PostgreSQL, create an an account for yourself and then do the following.
Create the monopoly database as follows.
Get a copy of the SQL command file that implements the basic Monopoly database, https://github.com/kvlinden-courses/cs262-code/blob/master/lab07/monopoly.sql.
“Connect” to your database and paste the SQL command file into the BASH/PSQL command-line. The command file will build the Monopoly database. You can update the database by editing the script and re-running as needed; it will automatically delete and then rebuild the full database.
You can display your relational tables by executing SELECT commands in the SQL Browser. You can also connect to your Azure Database for PostgreSQL instance from your local command-line as described in the tutorial.
This should work on any machine through the browser.