This project, yann-next-bootstrap, is intended to be used as a starting point for building a modern web application using Next.js, React, Tailwind CSS and shadcn/ui.b applications.
We use prisma and sqlite.
Interface to the database during dev: npx prisma studio
It needs one environement variable:
DATABASE_URL
- Edit the schema file
- Run a migration:
npx prisma migrate dev --name <migration_name>
Based on https://github.com/lucia-auth/example-nextjs-google-oauth
I needs 3 environment variables:
GOOGLE_CLIENT_IDGOOGLE_CLIENT_SECRETORIGIN