This project aims to develop a product management website using Node.js, MySQL, and HTML/CSS.
- Backend: Node.js,Express.js,npm
- Database: MySQL
- Frontend: HTML/CSS
- Database: product_management
- Tables: products, orders, users
- Routes: /, /products/*, /orders, /login, /logout
- Features: CRUD ops for products/orders/users User authentication, sessions Security: Sanitization, password hashing.