E-commerce Platform (Traidr)
GitHub Repository
Overview:
Traidr is a full-stack e-commerce web application that enables users to browse products, perform real-time searches, manage their cart, and securely complete transactions.
Tech Stack:
- Frontend: React.js
- Backend: C#/.NET Core
- Database: PostgreSQL
- Authentication: Google Sign-In
Key Features:
- Google Sign-In for seamless and secure user authentication
- Real-time product search using dynamic filtering
- Shopping cart functionality with add/remove/update capabilities
- Responsive UI for cross-device usability
Setup Instructions:
- Clone the repository.
- Configure the environment variables for both frontend and backend.
- Run backend using .NET CLI and frontend using Vite or your preferred tool.
- Connect to PostgreSQL instance and apply migrations.