Laptop Store Website
A web-based e-commerce platform that allows users to browse laptops, search by multiple criteria, manage shopping carts, place orders, and view purchase history.
Node.jsExpress.jsTypeScriptPrisma ORMMySQLPassport.jsEJSHTMLCSSJavaScript
Project Overview
Developing a web-based e-commerce platform that allows users to browse laptops, search by multiple criteria, manage shopping carts, place orders, and view purchase history.
Key Responsibilities & Implementations
- Session-based Authentication: Implemented Authentication using Passport.js with session-based access control.
- Prisma Transactions: Designed and integrated Prisma Transaction logic to validate product availability before creating orders, preventing overselling and maintaining database consistency.