A Gen Z-style marketplace for second-hand trainers with integrated payment processing and feedback system.
āāā backend/
ā āāā index.ts # Main Hono server
ā āāā database/
ā ā āāā migrations.ts # Database schema
ā ā āāā queries.ts # Database operations
ā āāā routes/
ā āāā trainers.ts # Trainer CRUD operations
ā āāā payments.ts # Stripe payment processing
ā āāā feedback.ts # Customer feedback
āāā frontend/
ā āāā index.html # Main page
ā āāā admin.html # Admin panel for posting trainers
ā āāā components/
ā ā āāā App.tsx # Main React app
ā ā āāā TrainerCard.tsx
ā ā āāā PaymentModal.tsx
ā ā āāā FeedbackForm.tsx
ā āāā style.css # Custom styles
āāā shared/
āāā types.ts # Shared TypeScript types
/admin to add trainers to your inventory/admin to add your first trainersThe website is now live and includes: