Full-stack eCommerce website built with HTML, CSS, JavaScript, and Node.js (Express). Includes authentication system, product management, contact form, and WhatsApp order integration. Developed by Aliyan Qureshi.
Trendinlaw is a fully functional eCommerce platform inspired by modern online stores.
It features a professional frontend and a Node.js + Express backend with REST APIs.
- 🧾 User Authentication (Register, Login, Logout)
- 🛒 Product Management System
- 💬 Contact & Return Forms (Backend APIs)
- 📱 WhatsApp Order Integration
- 🌐 Fully Responsive Frontend (HTML, CSS, JS)
- ⚙️ Express Server with REST APIs
- 🧰 Modular Folder Structure (Routes, Controllers, Utils)
Frontend: HTML, CSS, JavaScript
Backend: Node.js, Express
Database: (JSON-based / ready for MongoDB integration)
Version Control: Git & GitHub
# Clone this repository
git clone https://github.com/CodeWithAliyan/trendinlaw-ecommerce.git
# Go into the project folder
cd trendinlaw-ecommerce
# Install dependencies
npm install
# Run the server
node server/server.js