This is boilerplate for expressjs, typescript with prisma & postgresql
- https://ppal.hashnode.dev/setting-up-postgresql-with-docker
- there is a part where you need to replace to postgres container IP here is the command to find the ip
docker inspect my-postgres -f "{{json .NetworkSettings.Networks }}"
npx prisma migrate dev --name=<add a name>