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_url
FYI: Heroku offers free PostgresQL database hosting.
npm i
npx prisma db push
npm run dev
Use Prisma studio to populate some data
npx prisma studio
Run wild! https://localhost:8000