For those of us who live where the winter months include accumulations of frozen water droplets in the yard in the form of ...
src/ ├── app/ │ ├── admin/ # Admin dashboard │ │ └── page.tsx # Event management interface │ ├── api/ │ │ ├── auth/ # Authentication endpoints │ │ └── events/ # Event CRUD API │ │ └── route.ts │ ├── ...