A clothing-brand platform built around limited drops, pre-orders, hype tracking, style recommendations, admin analytics, campaigns, and a React frontend.
- Backend: Node.js + Express + MySQL
- Frontend: React + TypeScript + Vite
- Database: your existing MySQL schema in
poshak
Backend:
npm.cmd startFrontend:
npm.cmd run client:devProduction frontend build:
npm.cmd run client:build- Admin:
admin@poshaklounge.com/Admin@123 - Customer:
demo@poshaklounge.com/Demo@123
- Backend entry:
server/index.js - Routes:
server/routes/ - Controllers:
server/controllers/ - Validations:
server/validation/ - Query repositories:
server/repositories/ - React app:
client/src/ - React service layer:
client/src/services/apiService.ts
- Backend module load with
.env - React TypeScript compile
- React production build
- Direct checkout + mock payment service flow against MySQL