Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.01 KB

File metadata and controls

36 lines (27 loc) · 1.01 KB

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.


🚀 Features

  • 📝 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

🛠️ Tech Stack

  • Frontend: React.js, Tailwind CSS
  • Backend: Node.js, Express.js
  • Database: MongoDB
  • AI Integration: Gemini API (or similar)
  • Deployment: Vercel

🧑‍💻 Installation & Setup

🧑‍💻 Installation & Setup

# Clone the repository
git clone https://github.com/yourusername/blogary.git
cd blogary

# Install dependencies
npm install

# Run development server
npm run dev