Skip to content

Latest commit

 

History

History
55 lines (34 loc) · 771 Bytes

README.md

File metadata and controls

55 lines (34 loc) · 771 Bytes

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