shtabesh02 / ue-project

0 stars 0 forks source link

List backend routes for shopping carts #1

Closed AGiggleSniffer closed 5 months ago

AGiggleSniffer commented 5 months ago

All routes should require authentication and throw an error / redirect to a sign in form if a user is not logged in.

AGiggleSniffer commented 5 months ago

updating and deleting items can be easily handled in the front end

AGiggleSniffer commented 5 months ago

I think we need to change the GET route as it may also only need to be front end until we make the transaction and commit to database. And the GET route can be for history of purchases.