Skip to content

Updating readme.md file to reflect DynamoDB Admin endpoint#23

Merged
aaronbengochea merged 1 commit intomainfrom
refactor/readme_update
Dec 17, 2025
Merged

Updating readme.md file to reflect DynamoDB Admin endpoint#23
aaronbengochea merged 1 commit intomainfrom
refactor/readme_update

Conversation

@aaronbengochea
Copy link
Copy Markdown
Collaborator

No description provided.

Copilot AI review requested due to automatic review settings December 17, 2025 19:03
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the README.md file to document the DynamoDB Admin GUI endpoint that's available when running the local development stack. This improves developer experience by making it clear that a web-based GUI for managing DynamoDB is accessible alongside the other services.

Key Changes:

  • Added documentation for the DynamoDB Admin GUI endpoint at http://localhost:8001 in the "Running the Full Stack" section

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread README.md
**Running the Full Stack**

Once running, the backend API is available at `http://localhost:8080` and the frontend is served at `http://localhost:3000`.
Once running, the backend API is available at `http://localhost:8080` and the frontend is served at `http://localhost:3000`. DynamoDB Admin GUI is being served at `http://localhost:8001`.
Copy link

Copilot AI Dec 17, 2025

Choose a reason for hiding this comment

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

The phrase "is being served" uses present continuous tense, which is inconsistent with the rest of the sentence. The first two services use simple present tense ("is available" and "is served"), so this should also use "is served" for grammatical consistency.

Suggested change
Once running, the backend API is available at `http://localhost:8080` and the frontend is served at `http://localhost:3000`. DynamoDB Admin GUI is being served at `http://localhost:8001`.
Once running, the backend API is available at `http://localhost:8080` and the frontend is served at `http://localhost:3000`. DynamoDB Admin GUI is served at `http://localhost:8001`.

Copilot uses AI. Check for mistakes.
@aaronbengochea aaronbengochea merged commit 40d81e0 into main Dec 17, 2025
8 checks passed
@aaronbengochea aaronbengochea deleted the refactor/readme_update branch December 17, 2025 19:08
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