NextJS + TailwindCSS + MongoDB + NextAuth
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying pages/index.js
. The page auto-updates as you edit the file.
NEXTAUTH_SECRET=randomstring
MONGODB_URI=mongodburi
Before using change these then you can deploy and use this blog template.
Open http://localhost:3000/auth/signin with your browser and login with Email:johndoe@gmail.com
Password:123456