Designing a RESTful API With Node and Postgres - Michael Herman
docker run --name postgres -e POSTGRES_PASSWORD=123 -d -p 5432 postgres
psql --user postgres --host 0.0.0.0 --port 32768 --file puppies.sql
Designing a RESTful API With Node and Postgres - Michael Herman
docker run --name postgres -e POSTGRES_PASSWORD=123 -d -p 5432 postgres
psql --user postgres --host 0.0.0.0 --port 32768 --file puppies.sql