Is there a boilerplate for Auth + DB (so users get stored into db) #13432
-
Hi guys, I have a new web app I want to bring online quickly. It's not too complicated but it needs to handles auth and user related data. This time I want to try next.js Is there a boilerplate that gets me up quickly? I don't care about the type of db. I just want to deploy it to vercel when finished and it should work :D How are you creating this workflow these days with next.js? Thx so much! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Beta Was this translation helpful? Give feedback.
-
I wrote a simple boilerplate at https://github.com/hoangvvo/nextjs-mongodb-app (deployable to Vercel in one-click using a button). You can find several others at https://github.com/unicodeveloper/awesome-nextjs#boilerplates |
Beta Was this translation helpful? Give feedback.
Yep! Check out the examples directory: https://github.com/vercel/next.js/tree/canary/examples
A bunch of options: