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

https://github.com/zaaack/bar-timer


https://github.com/zaaack/bar-timer

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

## TodoMVC

- [TodoMVC](https://todomvc.com/) implemented with tRPC + [Prisma](https://prisma.io)

### Setup

- Get postgres running
- `CREATE DATABASE todo`
- Possibly tweak `.env` with your pg user

### Useful commands

```bash
yarn dx # runs prisma studio + next
```

---

Created by [@alexdotjs](https://twitter.com/alexdotjs).