A comprehensive fitness management app for Fast and Loose Bootcamp featuring class scheduling, member management, and workout tracking.
āāā backend/
ā āāā database/
ā ā āāā migrations.ts # Database schema setup
ā ā āāā queries.ts # Database query functions
ā āāā routes/
ā ā āāā classes.ts # Class management endpoints
ā ā āāā members.ts # Member management endpoints
ā ā āāā workouts.ts # Workout library endpoints
ā āāā index.ts # Main API server
āāā frontend/
ā āāā components/
ā ā āāā App.tsx # Main application component
ā ā āāā ClassSchedule.tsx # Class schedule display
ā ā āāā MemberDashboard.tsx # Member dashboard
ā ā āāā WorkoutLibrary.tsx # Workout programs
ā āāā index.html # Main HTML template
ā āāā index.tsx # Frontend entry point
ā āāā style.css # Custom styles
āāā shared/
ā āāā types.ts # Shared TypeScript types
āāā README.md
backend/index.ts