You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 16, 2022. It is now read-only.
Joshua Zenn edited this page Mar 15, 2022
·
5 revisions
If you have a tool that can access Postgres databases, use the following credentials. Ensure that the Docker Compose stack is running before connecting.
Server: localhost
Port:55432
Username: root
Password: virtudoc
Database: virtudoc
Datagrip is free with Github Student Pack, there are other tools out there for connecting. If you have IntelliJ Ultimate, the tools are built in. You can also attach a shell session to the database container and use pg to type SQL commands.