https://github.com/c-ehrlich/trpc-next-todomvc
https://github.com/c-ehrlich/trpc-next-todomvc
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/c-ehrlich/trpc-next-todomvc
- Owner: c-ehrlich
- Created: 2022-06-24T20:26:35.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-24T20:26:37.000Z (about 4 years ago)
- Last Synced: 2024-10-11T15:49:34.633Z (over 1 year ago)
- Language: TypeScript
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tRPC-Next-TodoMVC
## What is this?
This is a simple TodoMVC built in Next.js using tRPC for the backend and end-to-end type safety. I built this to improve my familiarity with tRPC and full-stack Next.js.
## Installation
Install dependencies
```
yarn
```
Make sure you have a Postgres database (local or elsewhere)
Create a `.env` file containing the database url (see `.env.sample` for reference)
Start the development server
```
yarn dev
```