- Open pgAdmin interface (in PostgreSQL install folder, under the
bin
directory, double click onpgAdmin4.exe
) - Create a user with the following credentials:
username: User
password: password
- Create a PostreSQL database named
bikeRental
, and assignUser
as the database owner