A simple web application built with Node.js, Express, and EJS that allows users to create, view, edit, and delete posts.
โ
Create a Post โ Users can submit a new post with a username and content.
โ
View Posts โ All posts are displayed on the homepage in a clean UI.
โ
Edit Posts โ Users can modify the content of an existing post.
โ
Delete Posts โ Users can delete a post using a simple button.
โ
Modern UI โ Styled with CSS and features a responsive, interactive design.
- Backend: Node.js, Express.js
- Frontend: EJS, HTML, CSS
- Styling: Custom CSS
| Package | Purpose |
|---|---|
express |
Backend framework |
ejs |
Templating engine |
method-override |
Enables PUT/PATCH/DELETE in forms |
uuid |
Generates unique IDs for posts |
1๏ธโฃ Clone the repository:
git clone https://github.com/your-username/quora-style-posts.git
cd quora-style-posts