Prerequisites, install the following:
- Start the postgres DB only:
npm run db
- Start the db and the PgAdmin web interface:
npm run with-pgadmin
You only need to start the PgAdmin web interface if you do not installed the separate PgAdmin 4 client.
Host: localhost
User: postgres
Db: postgres
Password: dbpassword
Port: 5400
Url to reach the web interface: http://localhost:8070
To login the web interface:
- Email:
[email protected]
- Password:
adminpassword
Connect the database using the web interface (both running in docker compose):
Host: db
User: postgres
Db: postgres
Password: dbpassword
Port: 5432
You can find the tasks in the ./tasks.md.