Prerequisite
Objective
This section confirms that the environment is ready before the upload and end-to-end workflow begins. Without this preparation, issues such as incorrect endpoints, invalid CORS configuration, unresponsive EC2 instances, or unavailable database resources would weaken the later validation steps.
Items to verify
- the web interface is reachable,
- the backend API responds correctly,
- the S3 bucket exists and accepts the intended upload flow,
- the PostgreSQL database is available,
- and sample documents are ready for testing.
Subsections
- Verify the environment
- Prepare source data and configuration