prisma / prisma-examples

🚀 Ready-to-run Prisma example projects
https://www.prisma.io/docs/
Apache License 2.0
5.99k stars 1.41k forks source link

Improve Next.js examples #4312

Open nikolasburk opened 1 year ago

nikolasburk commented 1 year ago
ruheni commented 1 year ago

Idea: Link to the fullstack-prisma-nextjs-blog template from the example README.

We'll have to switch the database provider if we want to add a deploy button. SQLite doesn't work too well on Vercel with Prisma. The last time I tried it, I ran into some errors — the SQLite file could not be found.

I would like to understand the purpose and intention we have with the Next.js examples to help decide if we should(n't) add the deploy button.

Here are some of the options I think we have: Option 1: Add a deploy button, and update the database provider to make the deployment process smoother.

Option 2: No deployment button but link to fullstack-prisma-nextjs-blog template from the README.

ruheni commented 1 year ago

Another suggestion:

mayank1513 commented 12 months ago

Also needs refactor