Changes between Version 2 and Version 3 of BuildInstructions
- Timestamp:
- 01/11/26 01:29:37 (10 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildInstructions
v2 v3 22 22 == 1. Obtain the project source code == 23 23 Obtain the project source code from the repository (or download it as ZIP). 24 25 === ZIP option (recommended for submission) ===26 Create a ZIP archive containing the full project source code:27 * app.py28 * requirements.txt (if exists)29 * SQL scripts (schema + demo dataset load scripts)30 * any additional folders/files needed for running (templates/static if present)31 24 32 25 == 2. Database setup (PostgreSQL) ==
