An elegant and responsive e-commerce website template powered by Node.js, Express, and MySQL. This project serves dynamic content, stores user data in a relational database, and is a great starting point for a scalable online shop.
- Responsive UI (based on the
templatemo_559_zay_shoptemplate) - Node.js + Express backend
- MySQL database for data persistence
- Product and user form handling
- Easy deployment and extensibility
- Frontend: HTML, CSS, Bootstrap
- Backend: Node.js, Express.js
- Database: MySQL
- Others: dotenv, body-parser, MySQL2
git clone https://github.com/thecloudsavvy/project_ecomm.git
cd project_ecomm
## 2. Install dependencies
- npm install
## Start the development server
node server.js
Open your browser and navigate to: http://localhost:3000
## 🧪 API Endpoints
| Method | Endpoint | Description |
| ------ | --------- | --------------------- |
| POST | `/submit` | Submit user data |
| GET | `/` | Serve homepage (HTML) |