Skip to content

Full-stack blog app using the MERN stack (MongoDB, React JS, Node JS).

Notifications You must be signed in to change notification settings

luckykumar22/MERN-BLOG-APP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

MERN STACK Blog App

  • Full-stack blog app using the MERN stack (MongoDB, React JS, Node JS).

  • The app includes functionalities such as registration, login, logout, creating, editing, and deleting posts.

  • It covers topics like password hashing, token generation, file uploading, and handling different user roles.

Run Locally

Clone the project

  git clone https://github.com/luckykumar22/MERN-BLOG-APP.git

Go to the client directory

  cd client

Install dependencies

  npm install

Start the server

  npm run dev

Go to the server directory

  cd server

Install dependencies

  npm install

Start the server

  npm start

make changes in the mongoose config