https://github.com/zaaack/bar-timer
https://github.com/zaaack/bar-timer
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/zaaack/bar-timer
- Owner: zaaack
- Created: 2021-03-24T02:41:38.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-01T08:58:17.000Z (almost 5 years ago)
- Last Synced: 2025-01-17T22:43:06.976Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://bar-alarm.herokuapp.com/
- Size: 2.21 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- 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)
### 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).