A starting point for web applications using NextJS that require authentication.
NodeJS / Postgres
To run this project, you will need to add the following environment variables to your .env file. Please look at env.example file.
DATABASE_URL
SECRET_COOKIE_PASSWORD
Install with npm
npm install
Add user in prisma studio
npx prisma studio
Run the application
npm run dev
Sign in and test web application 🎂