E-Commerce Platform
A full-stack e-commerce solution with React frontend, Node.js backend, and PostgreSQL database. Includes payment integration and admin dashboard.
Tech Stack :

Project Overview
A comprehensive e-commerce platform that provides a seamless shopping experience for users and powerful management tools for administrators.
Key Features
- User Authentication: Secure login and registration system
- Product Catalog: Advanced search and filtering capabilities
- Shopping Cart: Persistent cart across sessions
- Payment Processing: Integrated with Stripe for secure payments
- Order Management: Complete order tracking system
- Admin Dashboard: Comprehensive admin interface for product and order management
Architecture
The platform follows a microservices architecture with separate frontend and backend applications. The React frontend communicates with the Node.js API server, which interacts with a PostgreSQL database for data persistence.
