Aucune description

iwanhae fb04065243 feat: implement viewer MVP with single-binary build and e2e il y a 2 mois
cmd fb04065243 feat: implement viewer MVP with single-binary build and e2e il y a 2 mois
e2e fb04065243 feat: implement viewer MVP with single-binary build and e2e il y a 2 mois
frontend fb04065243 feat: implement viewer MVP with single-binary build and e2e il y a 2 mois
internal fb04065243 feat: implement viewer MVP with single-binary build and e2e il y a 2 mois
samples 94fdbc992d gitignore il y a 2 mois
.env.example fb04065243 feat: implement viewer MVP with single-binary build and e2e il y a 2 mois
.env.test.example fb04065243 feat: implement viewer MVP with single-binary build and e2e il y a 2 mois
.gitignore fb04065243 feat: implement viewer MVP with single-binary build and e2e il y a 2 mois
AGENTS.md fb04065243 feat: implement viewer MVP with single-binary build and e2e il y a 2 mois
Makefile fb04065243 feat: implement viewer MVP with single-binary build and e2e il y a 2 mois
NOTES.md badd278955 init il y a 2 mois
README.md fb04065243 feat: implement viewer MVP with single-binary build and e2e il y a 2 mois
go.mod fb04065243 feat: implement viewer MVP with single-binary build and e2e il y a 2 mois
go.sum fb04065243 feat: implement viewer MVP with single-binary build and e2e il y a 2 mois

README.md

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/.