Check it here: Click here
A simple CRUD-based mini project built using Node.js, Express.js, and EJS to practice RESTful routing and backend fundamentals.
This project allows users to create, view, and update posts with a clean UI and proper routing structure.
- Create new posts
- View all posts
- View individual post details
- Update post content (PATCH)
- REST-style routing
- Styled UI using CSS
- Dynamic views using EJS
- Node.js
- Express.js
- EJS
- UUID
- HTML & CSS
- Nodemon
This project was built to:
- Understand RESTful routing
- Practice backend fundamentals
- Work with Express and EJS templates
- Learn CRUD operations
- Clone the repository:
git clone https://github.com/archirajpoot/Mini-Quora.git