# Wedding Guest List App - Project Setup ## Project Overview Full-stack wedding guest list application with React + Vite frontend, FastAPI backend, and PostgreSQL database. ## Features - Manage guest information (names, phone numbers, email, RSVP status, meal preferences, plus-ones) - Import contacts from Google account - Filter and search guests - User-friendly interface with modern design ## Setup Status - [x] Create copilot-instructions.md file - [x] Get project setup info - [x] Create backend structure (FastAPI + SQLAlchemy + PostgreSQL) - [x] Create frontend structure (React + Vite) - [x] Add Google Contacts integration - [x] Create documentation (README.md) - [x] Install dependencies and test ## ✅ Project Complete! All components have been created and dependencies installed. ### Next Steps: 1. Set up PostgreSQL database 2. Create .env file from .env.example 3. Configure Google OAuth (optional) 4. Run `start.bat` (Windows) or `./start.sh` (Linux/Mac) See README.md for detailed instructions.