Skip to content

Comments

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

Open
cbullinger wants to merge 7 commits intomainfrom
feat/verify-reqs
Open

DOCSP-55438 & DOCSP-55529: Unify .env vars and add new verification scripts for all three backends #85
cbullinger wants to merge 7 commits intomainfrom
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?

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