### This gist is a part of the NestJS Zero to Hero course on Udemy. ### https://www.udemy.com/course/nestjs-zero-to-hero/?referralCode=F672C0C701844DC91F4D To run PostgreSQL on Docker, run the following in your Terminal: docker run --name postgres-nest -p 5432:5432 -e POSTGRES_PASSWORD=postgres -d postgres