invy/.github/copilot-instructions.md
2025-12-29 05:49:05 +02:00

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:

  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.