-
About
Full app template implementing: Next.js v14 - Auth.js v5 with credentials (optional 2FA) - Material UI - MongoDB Atlas and Vercel compatible.
-
Run the deployment
$ docker compose -f docker-compose.local.yml up --build
-
For mailer to work, define in you .env file:
Mailer is using
nodemailer
and setup forgmail
(for now feel free to make the necessary changes if you need another provider)MAILER_USER="[email protected]" MAILER_PASSWORD="password"
App: http://localhost:3000/
Prisma studio: http://localhost:5555/