Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 472 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 472 Bytes

MERN Blog App with JWT Authentication

A full-stack web application built using the MERN stack (MongoDB, Express.js, React.js, Node.js) with JWT authentication. This project allows users to sign in, create, and edit blog posts securely.

Features

  • User authentication using JWT (JSON Web Token)
  • Create, edit, and delete blog posts
  • Responsive and intuitive user interface
  • MongoDB for data storage
  • Express.js for server-side logic
  • React.js for the frontend