Deploy NestJS with Prisma to Heroku #173
Replies: 3 comments 2 replies
-
Thanks for the nice tutorial, I have run the command npx prisma --version on Heroku bash and result Prisma CLI version: prisma/1.34.10, but i have installed prisma 2.11.0, what can i do to change that? |
Beta Was this translation helpful? Give feedback.
-
great but what about deployment in 2022? I getting some issues following this tutorial |
Beta Was this translation helpful? Give feedback.
-
Would a similar process be used to get the app onto AWS? I dockerized my NestJS API that uses Prisma and Postgres following your tutorial: https://notiz.dev/blog/dockerizing-nestjs-with-prisma-and-postgresql Can I easily get the dockerized version to AWS? Or should I just follow the steps you laid out here without docker to get it up on AWS? |
Beta Was this translation helpful? Give feedback.
-
Deploy NestJS with Prisma to Heroku
Deploy a NestJS application with Prisma 2.0 to Heroku and connect to a PostgreSQL database.
https://notiz.dev/blog/deploy-nestjs-with-prisma-to-heroku
Beta Was this translation helpful? Give feedback.
All reactions