Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 457 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 457 Bytes

WeDo

A wedding invite management system on Next.js and hosted on Vercel. You can try a live demo here with invite code 5555.

Setup

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

Test

Use Prisma studio to populate some data

npx prisma studio

Run wild! https://localhost:8000