Book 30-minute meetings between 16 teams and four Summer Venture Associates (EK, Sarthak, Shruti, David). Each team books one meeting per associate (4 total).
| Team booking days | Thu Jun 4 – Thu Jun 11, 2026 |
| Hours | 9:00 AM – 7:00 PM EST |
| Slot length | 30 minutes |
- Edit
teams.txt— one team name per line (lines starting with#are ignored). - Install and run:
npm install
npm run dev- Open http://localhost:3000 for the landing page; http://localhost:3000/book to book; http://localhost:3000/admin for admin.
- Select team from dropdown (must match
teams.txt). - Book one slot per associate; choose Zoom or In person.
- Cancel or Reschedule from the team dashboard.
- Meeting confirmation shows full details on screen after booking.
- View all bookings and per-associate counts (target: 16/16 each).
- Download CSV export.
- Block/unblock slots per associate on any booking day.
- Cancel any booking on behalf of a team.
Data is stored in data/meetings.db (SQLite).