Running a postgres development environment in macOS
The challenge is to set up a straightforward development environment for experimenting and conducting basic backend development tasks on my Mac. The underlying concept is to run a PostgreSQL instance as needed, without getting bogged down in the intricacies, and to simultaneously accommodate multiple versions or configurations.
Requirements:
- Homebrew. You can install everything without Hombrew, but it's easier to maintain this way.
- Docker, to run posgres images