-
Notifications
You must be signed in to change notification settings - Fork 68
Update README with use case and port information #25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Added use case section with port descriptions for front-end, backend, and website.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Updates the README documentation by adding a new use case section that describes port configurations for different application components.
- Added a table documenting port assignments for front-end, backend, and website components
- Provided descriptions for each port's purpose and security requirements
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
| | **Development/Testing** | `./scripts/quickstart.sh` | Quick run in dev mode (no Nginx installation, no root required) | | ||
| | **Upgrade New Version** | `./scripts/update.sh` | Full update to new version | | ||
|
|
||
| | Use Case | Porrt | Description | |
Copilot
AI
Oct 8, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Corrected spelling of 'Porrt' to 'Port'.
| | Use Case | Porrt | Description | | |
| | Use Case | Port | Description | |
|
|
||
| | Use Case | Porrt | Description | | ||
| |----------|--------|-------------| | ||
| | **Front-end** | 8080 | Front-end Front-end User | |
Copilot
AI
Oct 8, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The description 'Front-end Front-end User' contains redundant text and is unclear. Consider revising to something like 'Front-end application user interface'.
| | **Front-end** | 8080 | Front-end Front-end User | | |
| | **Front-end** | 8080 | Front-end application user interface | |
| | Use Case | Porrt | Description | | ||
| |----------|--------|-------------| | ||
| | **Front-end** | 8080 | Front-end Front-end User | | ||
| | **Backend** | 3001 | Backend port required | |
Copilot
AI
Oct 8, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The description 'Backend port required' is vague and doesn't explain the purpose of the backend service. Consider a more descriptive explanation like 'Backend API service port'.
| | **Backend** | 3001 | Backend port required | | |
| | **Backend** | 3001 | Backend API service port | |



Added use case section with port descriptions for front-end, backend, and website.