๐Ÿ—„๏ธ Database Setup - Wedding Card System

This tool will help you set up a MySQL database for permanent storage of guest information and QR codes.

๐Ÿ“‹ Step 1: Check XAMPP Status

Ensure XAMPP is running with MySQL enabled.

๐Ÿ—๏ธ Step 2: Create Database

Create the wedding_cards database and tables.

Manual Setup Instructions:
  1. Open phpMyAdmin
  2. Click "SQL" tab
  3. Copy and paste the SQL code below
  4. Click "Go" to execute
-- Loading SQL code...

๐Ÿ”„ Step 3: Migrate Existing Data

Transfer existing guest data from localStorage to the database.

๐Ÿงช Step 4: Test Database System

Test the new database-powered system.