Changes between Version 4 and Version 5 of BuildInstructions


Ignore:
Timestamp:
01/12/26 02:38:18 (9 days ago)
Author:
193284
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildInstructions

    v4 v5  
    3535
    3636== 3. Initialize database (SQLite) ==
     37The SQLite database file is created automatically on first run (e.g., wedding_planner.db).
     38Schema and seed scripts are executed to initialize the database.
     39The SQL scripts (schema.sql and seed.sql) are located in the root folder of the project.
     40
    3741The prototype uses a local SQLite database.
    38 
    3942Run the SQL scripts to create schema and load demo data:
    4043