Skip to content

sayef367/NextJs-NodeJs_Blog_App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This is a responsive online blog web app. Build an Frontend NextJs or Backend nodejs(express).

This web app using dependencies are:

"axios": "^1.4.0",
"bootstrap": "^5.3.0",
"cors": "^2.8.5",
"express": "^4.18.2"

Application functionality are:

  • Create, Update, Delete, View Blog
  • Create, Update, Delete, View Comment
  • Frontend using NextJs app Router
  • Backend server using NodeJS(Express)
  • Blog page like/unlike
  • Blog post comment
  • Loading indicator
  • responsive large, laptop, tablet, mobile screen.

Getting Started

Highly recommended use chrome browser.

  1. First download the code and run:

Client side and Server side folder

npm install
  1. Run the development server:

Client side

npm run dev

Server side

node index.js

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

MERN Blog App view

Add new Blog

Blog Home page

Blog page

Delete Blog page

Update Blog page

Like page

All Favorite List

Add new Comment

All Comment List

Update Comment

Delete Comment

About

Full-Stack blog wab app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published