A mini ordering system built with Node.js to demonstrate my backend development skills, including user authentication, data modeling, and order management.
- 🧾 User registration & authentication (JWT / cookies-based)
- 🛒 Product listing and ordering
- 💾 MongoDB data storage with Mongoose
- 🍪 Secure cookies management
- 🔐 Role-based access control (Admin / User)
- 🧰 Well-structured MVC architecture
- Backend: Node.js, Express.js
- Database: MongoDB + Mongoose
- Auth: JWT, Cookies, bcrypt
- Tools: dotenv, nodemon, Postman (for testing)
- Clone the repository
git clone https://github.com/yourusername/product-order-nodejs.git cd product-order-nodejs