bootstrap-nextjs-aizu
Starter code for web application.
tech stack
- NextJS
- Tailwind
- Next Auth (npm i next-auth@beta)
prepared pages
- login (local form & google auth)
- dashboard
- database (listing with title & action button)
- logout
auth cookie
components
- login
- dashboard
- sidebar
- context_user
Create .env
NEXTAUTH_URL=http://localhost:3000
GOOGLE_ID=xxxx.apps.googleusercontent.com
GOOGLE_SECRET=yyyy
App have example .env: mk.my