Skip to content

Prerana1050/Quora-Blogs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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

About

A simple Quora-like web app built using Node.js, Express, and EJS to perform CRUD operations on posts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors