t3stack-todo-app

🎉 Todo app with T3-Stack

Stars
20
Committers
1

Table of contents

  • About T3 Stack
  • Architecture of Todo App
  • Project setup

"T3 Stack" consists of following tech and enable full stack type-safe web development speedy and simple.

Create T3 project

$ npm i -g yarn
$ npx [email protected] t3-todo-app
$ yarn add zustand @heroicons/react date-fns

DB setup

start db

$ docker compose up -d

remove db

$ docker compose rm -s -f -v

prisma migrate and type generation

$ npx prisma migrate dev
$ npx prisma generate
$ npx prisma studio