Skip to content

yigitbozyaka/next-blog-app

Repository files navigation

NextJS Blog

NextJS + TailwindCSS + MongoDB + NextAuth

Getting Started

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.

Admin Signin Page and Credentials

Open http://localhost:3000/auth/signin with your browser and login with Email:johndoe@gmail.com Password:123456

About

A basic blog app made with nextjs + mongodb

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published