A web application for hosting dinner party invitations with RSVP functionality.
├── backend/
│ ├── database/
│ │ ├── migrations.ts # Database schema setup
│ │ └── queries.ts # Database query functions
│ ├── routes/
│ │ ├── admin.ts # Admin authentication and event management
│ │ ├── events.ts # Public event listing and RSVP handling
│ │ └── static.ts # Static file serving
│ └── index.ts # Main Hono app entry point
├── frontend/
│ ├── components/
│ │ ├── App.tsx # Main React app
│ │ ├── EventList.tsx # Public events display
│ │ ├── RSVPForm.tsx # RSVP form component
│ │ └── AdminPanel.tsx # Admin event management
│ ├── index.html # Main HTML template
│ ├── index.tsx # Frontend entry point
│ └── style.css # Custom styles
├── shared/
│ └── types.ts # Shared TypeScript types
└── README.md
Set these in your Val Town environment:
ADMIN_PASSWORD: Password for admin access/admin with the admin password to create/manage events