A basic web application to create, read, edit, and delete posts — built using Node.js, Express, and EJS.
This project was created as a hands-on way to learn and practice RESTful APIs and route handling.
🔗 Live Site: (https://simple-qura-page.onrender.com/posts)
- 🖊️ Create new posts with username and content
- 👁️ View all posts in a styled list
- 🔄 Edit individual posts
- 🗑️ Delete any post
- 🧠 Server-side rendering using EJS templates
- ✨ Clean and responsive UI
- 🚀 Live deployed on Render
- Backend: Node.js, Express.js
- Templating: EJS
- Frontend: HTML, CSS
- Deployment: Render
- Other: UUID for unique post IDs, Method-Override for PUT/PATCH/DELETE