Skip to content

Releases: darsonbjf/request-forms-platform

Release list

v0.1.1

Choose a tag to compare

@darsonbjf darsonbjf released this 08 Jul 14:38

E2E validation fix release.

Highlights:

  • Consolidates Prisma migrations into a clean initial migration for fresh databases.
  • Adds the Pessoa model used by the public API flow.
  • Validates Docker Compose startup from .env.example with PostgreSQL, API, web and admin services.
  • Keeps CI green with Prisma validation, API tests, frontend builds, image builds, public-readiness checks and Trivy.

v0.1.0

Choose a tag to compare

@darsonbjf darsonbjf released this 08 Jul 14:28

Initial DevOps-ready reference app release.

Highlights:

  • React public frontend, React admin frontend and Express/Prisma API.
  • Health, readiness and Prometheus metrics endpoints.
  • Dockerfiles with non-root runtime and healthchecks.
  • CI validation with Prisma, API tests, frontend builds, Compose config, Docker image builds and Trivy.
  • Public-readiness checks for secrets and internal markers.