Quora-Style Blog App
A mini blogging platform inspired by Quora, built using Node.js, Express.js, and EJS. Users can create, view, edit, and delete text-based posts — all rendered on the server side.
🚀 Live Demo: https://quora-blogs.onrender.com/posts
🛠 Tech Stack
- Node.js
- Express.js
- EJS (Embedded JavaScript Templating)
- HTML / CSS
- UUID – For unique post IDs
- method-override – To support PATCH & DELETE in HTML forms
- Render – For deployment with GitHub auto-deployment (CI/CD)
✨ Features
- 📝 Create new posts
- 📖 View all posts
- 🔁 Edit and update posts
- ❌ Delete posts
- 🌐 Fully deployed with auto-updates via GitHub push
🧪 How to Run Locally
git clone https://github.com/Prerana1050/Quora-Blogs.git
cd Quora-Blogs
npm install
node index.js
Visit 👉 http://localhost:7000/posts