Skip to content

Feat : Created an endpoint to fetch all products#6

Merged
Alexandrbig1 merged 2 commits into
OpenCodeChicago:mainfrom
mbm08:feature/fetchAllProducts
Oct 1, 2025
Merged

Feat : Created an endpoint to fetch all products#6
Alexandrbig1 merged 2 commits into
OpenCodeChicago:mainfrom
mbm08:feature/fetchAllProducts

Conversation

@mbm08
Copy link
Copy Markdown
Contributor

@mbm08 mbm08 commented Oct 1, 2025

Description

fixes #16

This PR implements the new GET /api/products endpoint to fetch all product listings from the MongoDB database.

Type of Change

  • Bug fix
  • New feature
  • Documentation update
  • Refactor
  • Other (please describe):

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have commented my code where necessary
  • I have updated documentation (README, Usage, etc.)
  • My changes generate no new warnings or errors
  • I have added tests (if applicable)
  • All tests pass locally with my changes

@mbm08 mbm08 requested a review from Alexandrbig1 as a code owner October 1, 2025 10:17
Copy link
Copy Markdown
Contributor

@Alexandrbig1 Alexandrbig1 left a comment

Choose a reason for hiding this comment

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

Welcome to Open Code Chicago! 🎉
Thank you for making your first contribution here — we’re glad to have you. Approved! Great work!

@Alexandrbig1 Alexandrbig1 added the hacktoberfest-accepted This label indicates that a contribution has been accepted and counts toward Hacktoberfest rewards. label Oct 1, 2025
@Alexandrbig1 Alexandrbig1 merged commit 2836c83 into OpenCodeChicago:main Oct 1, 2025
@Alexandrbig1 Alexandrbig1 added hacktoberfest Special issue for Hacktoberfest hacktoberfest-2025 Special issue for Hacktoberfest 2025 labels Oct 1, 2025
@Alexandrbig1 Alexandrbig1 added the backend Issues related to backend label Oct 2, 2025
@Alexandrbig1
Copy link
Copy Markdown
Contributor

@mbm08, congratulations on your merged PR! 🎉 Don’t forget to add yourself as a contributor using our all-contributors bot. You can find instructions in our CONTRIBUTING.md. Thanks again for your contribution!

@mbm08
Copy link
Copy Markdown
Contributor Author

mbm08 commented Oct 3, 2025

@all-contributors please add @mbm08 1 for code

@allcontributors
Copy link
Copy Markdown
Contributor

@mbm08

I've put up a pull request to add @mbm08! 🎉

@Alexandrbig1 Alexandrbig1 added this to the Hacktoberfest 2025 milestone Oct 8, 2025
@Alexandrbig1
Copy link
Copy Markdown
Contributor

Hey @mbm08 ,

🎉 Congratulations on your first merged pull request!
You’ve just taken a huge step in your open-source journey — and we’re so excited it happened here at Open Code Chicago × CoreX 💪

To celebrate this milestone, you’ve earned the “First PR Merged” badge on Holopin 🏅
👉 Claim your badge here: Claim Badge

Once claimed, you can proudly showcase it on your GitHub profile, Holopin board, or share it on LinkedIn to mark your first contribution to the open-source world 🌟

Keep contributing, keep growing, and welcome to the Open Code Chicago community! 🚀
— Open Code Chicago Team

@mbm08
Copy link
Copy Markdown
Contributor Author

mbm08 commented Oct 21, 2025

Thank you so much @Alexandrbig1 and team for this cute badge !

@Alexandrbig1 Alexandrbig1 added the badge-awarded Added when a contributor has received a Holopin badge label Oct 29, 2025
@Alexandrbig1 Alexandrbig1 linked an issue Nov 2, 2025 that may be closed by this pull request
@Alexandrbig1
Copy link
Copy Markdown
Contributor

Hey @mbm08 ,

🎉 Congratulations — your pull request has been merged!
Thank you for your contribution to the CoreX Project as part of Open Code Chicago during Hacktoberfest 2025

You’ve officially earned the Open Code Chicago × CoreX Contributor 2025 badge on Holopin 🏅
👉 Claim your badge here: Claim Badge

Once claimed, you can proudly display it on your GitHub profile, Holopin board, or share it on LinkedIn to celebrate your achievement!

Keep contributing, learning, and building with us 🚀
— Open Code Chicago Team

@Alexandrbig1
Copy link
Copy Markdown
Contributor

Hey @mbm08 ,

🔥 Congratulations — your backend contributions have been outstanding!
Your work on the CoreX Project has strengthened our foundation, improved functionality, and helped bring our open source vision to life during Hacktoberfest 2025.

You’ve officially earned the Backend Engineer 2025 badge from Open Code Chicago × CoreX 🏅
👉 Claim your badge here: Claim Badge

Thank you for writing clean, secure, and efficient code that powers our project behind the scenes.
Your expertise keeps everything running smoothly 🚀

— The Open Code Chicago Team

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backend Issues related to backend badge-awarded Added when a contributor has received a Holopin badge hacktoberfest Special issue for Hacktoberfest hacktoberfest-2025 Special issue for Hacktoberfest 2025 hacktoberfest-accepted This label indicates that a contribution has been accepted and counts toward Hacktoberfest rewards.

Development

Successfully merging this pull request may close these issues.

GET /api/products– Get All Products

2 participants