A simple app to demonstate the ease of fetching and mutating data with Next.js App Router, RSC, and Server Actions.
- Import this repo
- Create a Postgres (Neon) db and attach it to your Vercel project
- Run
vc link- make sure your Vercel project has a Postgres db attached - Run
vc env pullto populate.env.local - Run
drizzle-kit push:pgto create the db schema - Run
next dev