Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sidhyaashu/eda_saaa_app
- Owner: sidhyaashu
- Created: 2024-12-16T06:08:54.000Z (7 days ago)
- Default Branch: sidhya
- Last Pushed: 2024-12-16T07:56:24.000Z (7 days ago)
- Last Synced: 2024-12-16T08:38:47.437Z (7 days ago)
- Topics: clerk, neon-postgresql, next, prisma
- Language: TypeScript
- Homepage:
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```