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

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

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).