Updating readme.md file to reflect DynamoDB Admin endpoint#23
Merged
aaronbengochea merged 1 commit intomainfrom Dec 17, 2025
Merged
Updating readme.md file to reflect DynamoDB Admin endpoint#23aaronbengochea merged 1 commit intomainfrom
aaronbengochea merged 1 commit intomainfrom
Conversation
There was a problem hiding this comment.
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:8001in the "Running the Full Stack" section
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| **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`. |
There was a problem hiding this comment.
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`. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.