Changes between Version 1 and Version 2 of BuildInstructions


Ignore:
Timestamp:
07/07/26 18:17:52 (5 hours ago)
Author:
231118
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildInstructions

    v1 v2  
    138138----
    139139
     140Database initialization
     141
     142Execute the following SQL scripts in order:
     143
     1441. database/schema.sql
     1452. database/sample_data.sql
     146
     147After creating and populating the database, start the server:
     148
     149python server.py
     150
     151----
     152
    140153== Source code ==
    141154