FormidableLabs/nextjs-sanity-fe

Cart: Simulate Cart API

Closed this issue · 0 comments

What?

Simulate a Cart experience by setting up NextJS API endpoints to CRUD a "cart". To keep things simple, just store cart information in an http-only cookie – so the backend is required to retrieve/edit the cart information, but an actual database is not required (to start).