Hi guys, quick question I want to built a fullstack application with an API. Is Nextjs + Prisma fine for that?
✅ 1
h
Harsh Singh
06/22/2022, 2:54 AM
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
Nurul
06/22/2022, 10:57 AM
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
ut dev
06/22/2022, 2:20 PM
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
ut dev
06/22/2022, 2:20 PM
Can I dockerize it aswell?
h
Harsh Singh
06/22/2022, 6:35 PM
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.