Blogary is a modern full-stack blogging platform that allows users to create, edit, update, and delete blog posts with ease.
It comes with AI-powered content generation, smart comment moderation, and a clean, responsive UI for an enjoyable writing and reading experience.
- π Full CRUD operations on blog posts
- π€ AI-assisted content generation for faster writing
- π User authentication (signup/login)
- π¬ Comment moderation to keep discussions safe
- π± Responsive design for mobile & desktop
- Frontend: React.js, Tailwind CSS
- Backend: Node.js, Express.js
- Database: MongoDB
- AI Integration: Gemini API (or similar)
- Deployment: Vercel
# Clone the repository
git clone https://github.com/yourusername/blogary.git
cd blogary
# Install dependencies
npm install
# Run development server
npm run dev