Skip to content

DOCSP-55438 & DOCSP-55529: Unify .env vars and add new verification scripts for all three backends #85

Merged
cbullinger merged 8 commits intodevelopmentfrom
feat/verify-reqs
Mar 6, 2026
Merged

DOCSP-55438 & DOCSP-55529: Unify .env vars and add new verification scripts for all three backends #85
cbullinger merged 8 commits intodevelopmentfrom
feat/verify-reqs

Conversation

@cbullinger
Copy link
Collaborator

@cbullinger cbullinger commented Feb 11, 2026

  1. Created self-contained requirements verification scripts for each backend
  2. Standardized environment variables across all three backends
  3. Updated README files with "Verify Requirements" instructions

ℹ️ NOTE: The scripts will NOT fully succeed when run in the monorepo unless you change the SERVER_DIR in each script's configuration section. They are written and intended to be run from the root of each respective artifact repo, so you'll need to update them to:

  • server/js-express
  • server/java-spring
  • server/python-fastapi

@cbullinger cbullinger marked this pull request as ready for review February 12, 2026 18:50
Copy link
Collaborator

@tmcneil-mdb tmcneil-mdb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work!☀️

So this looks good to me but, we have a logical error in the order of the readme. At the top of the readmes, we are asking the user to verify the requirements, but this will always fail based on the script. The readme is walking the user through how to setup the environment, thus it would not pass until the user has gotten to the end.

You could move the verification to the end? Or perhaps break up the script?

@cbullinger cbullinger requested a review from tmcneil-mdb March 5, 2026 17:50
Copy link
Collaborator

@tmcneil-mdb tmcneil-mdb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Good work!! ☀️

@cbullinger cbullinger changed the base branch from main to development March 6, 2026 12:28
@cbullinger cbullinger merged commit fe4f892 into development Mar 6, 2026
4 checks passed
@cbullinger cbullinger deleted the feat/verify-reqs branch March 6, 2026 13:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants