This project is a simple E-Commerce Store backend that implements full CRUD (Create, Read, Update, Delete) operations for managing products. It is designed as a learning tool and boilerplate for building online store systems.
- ✅ Create a new product
- 📖 Read all products or a specific product
- ✏️ Update existing product details
- ❌ Delete products from the catalog
- 🔄 RESTful API design
- 🗂️ Follows MVC architecture
- 📦 Built using Node.js, Express & MySQL
- Backend: Node.js + Express.js
- Database: MySQL
git clone https://github.com/ammarhere02/E-Store.git