NextJS Template by hcampos
This template enables you to set up a project quickly with numerous useful libraries. There are two versions available – one with Supabase and Supabase Auth for simplified authentication, and another version without Supabase.
A default Prisma schema is installed in the project, which is the one suggested by the Prisma documentation. Therefore, remember to modify it and run the following command (with npm, yarn or pnpm) :
pnpm prisma:migrate
- Custom component type
- Custom scripts (prisma:migrate, prisma:client, prisma:seed...)
How to change the values insert in the database using the seeder ?
Open theseed.ts
file, you can find this file in thesrc/lib/utils/prisma
folder. Then change value in the main function.
How to get the second version without Supabase and Supabase auth ?
Click on the buttonUse this template
and create a repositorie, don't forget to check the ckeckboxìnclude all branches
, then and the created repositorie change the current branchstable
to the one who's calledwithout-supabase
.