looks like we're missing Postgres here. We could also add Docker and just ask the candidate to run `docker run --name pg -p 5432:5432 -e POSTGRES_PASSWORD=123456 -e POSTGRES_USER=tstuser -d postgres:14-alpine` _Originally posted by @pruiz-everlyhealth in https://github.com/EverlyWell/Backend-Pair-Programming-Interview/pull/2#discussion_r1029810329_