Anteater-GraceShopper/graceshopper-project

Shopping Cart Routes

Opened this issue · 0 comments

Implementation: Create an Express route (GET /api/cart) that takes you to shopping cart. Create an Express Route (PUT /api/cart) to edit contents of cart, and (DELETE /api/cart) to delete contents of cart.