A wedding invite management system on Next.js and hosted on Vercel. You can try a live demo here with invite code 5555.
Create an .env file with the following
DATABASE_URL=some_urlFYI: Heroku offers free PostgresQL database hosting.
npm i
npx prisma db push
npm run devUse Prisma studio to populate some data
npx prisma studioRun wild! https://localhost:8000