A full-stack blog application built with the MERN (MongoDB, Express, React, Node.js) stack, allowing users to create, edit, and view blog posts.
This project provides a platform for users to read and write blog posts. It includes features for managing categories, tags, and user authentication. The application also supports CRUD operations for blogs and a rich-text editor for post formatting.
- User authentication and authorization
- Rich-text editor for creating and editing blog posts
- Categories and tags for organized content
- Responsive design for mobile and desktop devices
- Server-side API for CRUD operations
Check out the live version of the app here: Blog App
Follow these steps to set up the project locally:
-
Clone the repository:
git clone https://github.com/anudeep009/Blog-App.git cd Blog-App