README.md 465 B

viewer

Photo viewer MVP with:

  • Go API server
  • React frontend embedded into one Go binary
  • Playwright e2e test flow

Required env

Copy one of:

  • .env.example for local run
  • .env.test.example for make test

At minimum configure S3 values:

  • S3_ENDPOINT
  • S3_BUCKET
  • S3_ACCESS_KEY
  • S3_SECRET_KEY

Commands

  • make build builds frontend and backend into bin/viewer.
  • make test runs Playwright e2e and saves screenshots to samples/.