KevinKim99 / Ticket-Tech

1 stars 2 forks source link

Cart database #105

Closed KevinKim99 closed 4 months ago

KevinKim99 commented 4 months ago

Created data tables for cart page, currently thinking for just having concertId followed by userId and once the client clicks the concert, it will redirect to the details of concert

KenichiroAnderson commented 4 months ago

nice work, this will work better than how it was done before, Next step will be to make it so the add to cart buttons add it to cart per user account so this table might get big

NathanIsCoding commented 4 months ago

Looks good, thanks for setting this up!