https://github.com/trpc/examples-next-prisma-todomvc
mirror of https://github.com/trpc/trpc/tree/main/examples/next-prisma-todomvc
https://github.com/trpc/examples-next-prisma-todomvc
Last synced: 10 months ago
JSON representation
mirror of https://github.com/trpc/trpc/tree/main/examples/next-prisma-todomvc
- Host: GitHub
- URL: https://github.com/trpc/examples-next-prisma-todomvc
- Owner: trpc
- Created: 2021-10-20T01:13:09.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-17T22:01:49.000Z (over 1 year ago)
- Last Synced: 2024-12-17T23:18:02.665Z (over 1 year ago)
- Language: TypeScript
- Size: 8.21 MB
- Stars: 41
- Watchers: 4
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## TodoMVC
- [TodoMVC](https://todomvc.com/) implemented with tRPC + [Prisma](https://prisma.io)
- Live at [todomvc.trpc.io](https://todomvc.trpc.io)
### Setup
```bash
pnpm create next-app --example https://github.com/trpc/trpc --example-path examples/next-prisma-todomvc trpc-todo
cd trpc-todo
pnpm
pnpm dev
```
### Useful commands
```bash
pnpm dx # runs prisma studio + next
```
---
Created by [@alexdotjs](https://twitter.com/alexdotjs).