Shopping List

This is an updated version of my original shopping list app, refactored to use Next.js's serverless API routes, and deployed on Vercel.

It uses the excellent Vercel SWR for data fetching.

Install

yarn

Config

Add a .env.local file with a MONGODB_URI connection string.

Dev

yarn dev