└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # Blog-CMS 2 | 📌 Description: 3 | 4 | A lightweight content management system for blogs. 5 | 6 | 📜 Features: 7 | 8 | • Markdown support 9 | • SEO optimization 10 | • Multi-user roles 11 | 12 | 📂 File Structure: 13 | 14 | /blog-cms 15 | ├── api/ # Backend API 16 | ├── frontend/ # React-based UI 17 | ├── database/ # Blog posts storage 18 | ├── README.md # Documentation 19 | ├── config.json # API settings 20 | 21 | 🚀 How to Run: 22 | 23 | cd api && python server.py 24 | cd frontend && npm install && npm start 25 | --------------------------------------------------------------------------------