blogify.mp4
Blogify is a full-stack blog application that allows users to create, read, update, and delete blog posts. It features secure authentication, rich text content management, and supports image uploads using Multer. The app is fully responsive and built with a clean, minimal design.
- ποΈ Create Blog Posts: Users can write and publish articles.
- π· Image Uploads: Upload cover images using Multer.
- π JWT Authentication: Secure login and registration system.
- π Password Hashing: User passwords are safely stored using bcrypt.
- π CORS Enabled: Smooth frontend-backend integration.
- π± Fully Responsive: Works seamlessly across devices.
- π¨ Frontend: React, Tailwind CSS
- βοΈ Backend: Node.js, Express.js
- πΎ Database: MongoDB with Mongoose
- π Authentication: JWT
- π Security: bcrypt for password hashing
- πΌοΈ File Uploads: Multer
- π CORS: Cross-Origin middleware