A comprehensive web application for managing a glider tow operation, including scheduling, billing, aircraft maintenance, and member information.
User Management
Scheduling System
Aircraft Management
Billing System
├── backend/
│ ├── database/ # SQLite database setup and queries
│ ├── routes/ # API endpoints
│ └── index.ts # Main entry point
├── frontend/
│ ├── components/ # React components
│ ├── pages/ # Page layouts
│ ├── index.html # Main HTML template
│ └── index.tsx # Frontend entry point
└── shared/
└── types.ts # Shared TypeScript interfaces