Skip to content

jitender0514/nextjs-blog-post

Repository files navigation

Blog master app

This is the simple blog post application using Next.js + Mongoose integration. This application includes the example of server and client components as well as how to make requests to MongoDB on server and client side.

This is a Next.js project bootstrapped with create-next-app.

Setup and Run

  • Configure the mongodb database or use cloud database service
  • Create a .env.local file using example.env file

Then, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

Screenshots

Home page

About

Its simple Blog-post app, build using Nextjs framework + mongoDB.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published