1021 B
1021 B
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
- Create copilot-instructions.md file
- Get project setup info
- Create backend structure (FastAPI + SQLAlchemy + PostgreSQL)
- Create frontend structure (React + Vite)
- Add Google Contacts integration
- Create documentation (README.md)
- Install dependencies and test
✅ Project Complete!
All components have been created and dependencies installed.
Next Steps:
- Set up PostgreSQL database
- Create .env file from .env.example
- Configure Google OAuth (optional)
- Run
start.bat(Windows) or./start.sh(Linux/Mac)
See README.md for detailed instructions.