Changes between Version 4 and Version 5 of BuildInstructions
- Timestamp:
- 01/12/26 02:38:18 (9 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildInstructions
v4 v5 35 35 36 36 == 3. Initialize database (SQLite) == 37 The SQLite database file is created automatically on first run (e.g., wedding_planner.db). 38 Schema and seed scripts are executed to initialize the database. 39 The SQL scripts (schema.sql and seed.sql) are located in the root folder of the project. 40 37 41 The prototype uses a local SQLite database. 38 39 42 Run the SQL scripts to create schema and load demo data: 40 43
