A basic Quora-style web app where users can create, edit, and delete posts. This project is built using Node.js, Express, and EJS templating engine.
- Create new posts
- View all posts
- Edit existing posts
- Delete posts
- Backend: Node.js, Express
- Templating Engine: EJS
- Database: None (This version does not include database support, data is stored in memory. Database can be integrated in future versions.)
- CSS Framework: Optional (Feel free to use your preferred CSS framework or custom styling)
To run this project locally, you'll need the following installed: