Skip to content

feat: add example catalog and initial examples for ExpressoTS v4#7

Merged
rsaz merged 1 commit into
mainfrom
feature/v4.0
Jun 16, 2026
Merged

feat: add example catalog and initial examples for ExpressoTS v4#7
rsaz merged 1 commit into
mainfrom
feature/v4.0

Conversation

@rsaz

@rsaz rsaz commented Jun 16, 2026

Copy link
Copy Markdown
Member
  • Introduced CATALOG.md to list runnable examples for ExpressoTS v4.0.
  • Added 15 example projects demonstrating various features including JWT authentication, database integration, and file uploads.
  • Created CI workflow for testing all examples on push and pull request events.
  • Updated README.md to reference the new catalog and provide quick start instructions.
  • Added .env.example and .gitignore files for each example project to standardize environment configuration and ignore unnecessary files.

Pull Request Guidelines

Our guidelines for submitting a pull request.

Before submitting a Pull Request, please make sure you have verified the following:

  • The commit message follows our guidelines:
    • A good commit message should be two things: meaningful and concise. It should not contain every single detail, describing each changed line—we can see all the changes in Git—but, at the same time, it should say enough to avoid ambiguity.
    • We use Microverse's commit message convention
    • The convention stablish that a commit message has to be in the present tense, imperative and lowercase.
    • Example: fix typo in README.md
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Other... Please describe:

What is the current behavior?

Please describe the current behavior that you are modifying, or link to a relevant issue.

Issue Number: N/A

What is the new behavior?

Describe the new behavior or link to a relevant issue.

Does this PR introduce a breaking change?

  • Yes
  • No

If this PR contains a breaking change, please describe the impact and migration path for existing applications below.

Other information

Any other information that is important to this PR.

- Introduced CATALOG.md to list runnable examples for ExpressoTS v4.0.
- Added 15 example projects demonstrating various features including JWT authentication, database integration, and file uploads.
- Created CI workflow for testing all examples on push and pull request events.
- Updated README.md to reference the new catalog and provide quick start instructions.
- Added .env.example and .gitignore files for each example project to standardize environment configuration and ignore unnecessary files.
@rsaz rsaz self-assigned this Jun 16, 2026
@rsaz rsaz added the enhancement New feature or request label Jun 16, 2026
@rsaz rsaz merged commit 410296b into main Jun 16, 2026
15 checks passed
@rsaz rsaz deleted the feature/v4.0 branch June 16, 2026 06:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant