Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 529 Bytes

File metadata and controls

22 lines (11 loc) · 529 Bytes

Notes

prisma setup docs

https://www.prisma.io/docs/getting-started/quickstart

shadcn setup docs

https://ui.shadcn.com/docs/installation/next

full stack ecommerce store with admin - next.js, prisma, stripe, sqlite

https://www.youtube.com/watch?v=iqrgggs0Qk0

tools used

prisma, sqlite, shadcn, resend (emailing receipts), stripe (payment processing), CRUD, node.js,

TO FIX

in webhooks/stripe/route, change .ts to .tsx so that the react component in the email body will load. thats what the problem is!!