A full-stack MERN (MongoDB, Express.js, React, Node.js) blog application with user authentication, CRUD operations for blogs, image uploads, a rich text editor, and search functionality.
- User Authentication: Users can register, login, and manage their blog posts.
- Create, Edit, and Delete Blog Posts: Registered users can create, edit, and delete their own blog posts.
- Image Upload: Users can upload images for their blog posts.
- Rich Text Editor: A WYSIWYG editor for creating and formatting blog content.
- Search Functionality: Users can search for specific blog posts.
-
Frontend:
- React
- Redux (for state management)
- Axios (for API requests)
- Draft-js (for the rich text editor)
- React Router (for routing)
- Other libraries as needed (e.g., image upload library)
-
Backend:
- Node.js
- Express.js
- MongoDB (for database storage)
- Mongoose (for MongoDB ODM)
- Bcrypt and jwt (for authentication)
- Multer (for handling file uploads)




***