Files
2022-02-06 22:32:46 -05:00
..
2022-02-06 22:17:54 -05:00
2022-02-06 22:32:46 -05:00
2022-02-06 22:17:54 -05:00
2022-02-06 22:17:54 -05:00
2022-02-06 22:17:54 -05:00
2022-02-06 22:17:54 -05:00
2022-02-06 22:17:54 -05:00
2022-02-06 22:17:54 -05:00
2022-02-06 22:17:54 -05:00

day 1

Instructions

/ => show products from db table products (id, title, description, image, price)

/product/:id => show product detail with image of product and title and description. Have a button buy now that open a modal for stripe checkout. Once checkout done, write into order table(id, product_id, total, stripe_id, status(paid, failed)). Show thank you page of purchase showing a table of product title, price, payment method