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