hinchley2018 / learning-ecommerce

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

Get products from API #34

Open hinchley2018 opened 6 months ago

hinchley2018 commented 6 months ago

Important: Make sure you have mongodb setup locally and seed it with data & the backend is running

Call the GET /products endpoint in the frontend Use an env var for API URL since local and prod will be different Set the products response into react state Make sure the products display from react state

mademoiselle-chantal commented 6 months ago

Hello, @hinchley2018 l would like to work on this issue.

hinchley2018 commented 6 months ago

Hi @mademoiselle-chantal go ahead I assigned you. LMK if you have any questions

mademoiselle-chantal commented 6 months ago

Hello @hinchley2018. I apologize for not providing any feedback on this issue for such a long time. I've never worked with MongoDB before, and I was prepared to dive in and learn it while working on this problem. Unfortunately, it's been days, and I haven't been able to even install MongoDB on my computer.

mademoiselle-chantal commented 6 months ago

I tried to follow some videos on YT, but still l can't install it.