Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sidhyaashu/eda_saaa_app

This is the simple ToDo app to know about how Event driven architecture works
https://github.com/sidhyaashu/eda_saaa_app

clerk neon-postgresql next prisma

Last synced: 5 days ago
JSON representation

This is the simple ToDo app to know about how Event driven architecture works

Awesome Lists containing this project

README

        

```bash
npm install prisma --save-dev
npx prisma init --datasource-provider postgresql
npx prisma generate
npm i localtunnel
lt --port 3000

```

## Ref
```plaintext
1. GitHub Repo For Prisma Guide: https://github.com/prisma/prisma-examples/blob/latest/orm/nextjs-api-routes/src/lib/prisma.ts
2. Prisma: https://www.prisma.io/
3. Neon: https://console.neon.tech
4. Clerk: https://clerk.com/
5. Shadcn: https://ui.shadcn.com/docs
https://docs.svix.com/receiving/verifying-payloads/how
```