Hi guys, quick question I want to built a fullstac...
# orm-help
u
Hi guys, quick question I want to built a fullstack application with an API. Is Nextjs + Prisma fine for that?
1
h
Hey there 👋 I've personally built several applications with an API using Next.js and Prisma. The developer experience is extremely smooth, especially when paired with databases like Supabase or CockroachDB.
n
You might want to have a look at our prisma-examples repository! Also, you can have a look at https://www.prisma.io/nextjs to get all the information you would need for creating Fullstack apps with Prisma and Next.js.
u
How do you handle the deployment for instance I want to create a nextjs app in the frontend and try prisma in the backend, not sure how to deployment gets done
Can I dockerize it aswell?
h
Next.js and Prisma can be Vercel's serverless platform, there isn't exactly a backend. Although if you want to deploy another backend, then you'd probably have to use something like Heroku or AWS.
and yes, you can dockerise it.