NextJS SaaS Project where I removed all sensitive bits. Not the best code.
Includes:
- Google, Email Signin / Auth.
- Stripe Checkout
- Admin Panel
- Email Order Notification
- Using MongoDB
Feel free to use.
npm i
npm run dev
Navigate to localhost:3000
Create .env.local file in project directory with these values:
NEXTAUTH_SECRET=
NEXTAUTH_URL=
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
Use build command: prisma generate && next build