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

  1. Verify the environment
  2. Prepare source data and configuration