hinchley2018 / learning-ecommerce

Small e-commerce project to learn full-stack development
MIT License
7 stars 9 forks source link

Create a products route #22

Closed teoh4770 closed 6 months ago

teoh4770 commented 6 months ago

Issue: https://github.com/hinchley2018/learning-ecommerce/issues/5

What was changed in the pull request? Adding a new route named "products" that returns a list of products when we reach the endpoint "/products".

Screenshots Screenshot 2024-03-19 at 9 50 14 AM

teoh4770 commented 6 months ago

Much simpler pr this time @hinchley2018 👍

teoh4770 commented 6 months ago

Let me know if we need to add a test for the routes. If so, what are the dependencies we need for testing purposes?