To use this example, you need to do the following:
- Clone this repo
- Open the repo in the VSCode's Dev Container
- In a new Terminal
- run
rails new . -d postgresql
- run
- Add the following to the /config/databases.yml under
default: &default
host: db
username: postgres
password: password