Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flaaj/t3kanban
This is a kanban board app. I made it for a purpose of learning the awesome T3 stack. Thanks to the community responsible for creation of this starter. Great job!
https://github.com/flaaj/t3kanban
formik next-auth postgresql prisma t3-stack tailwindcss trpc typescript yup zod
Last synced: 30 days ago
JSON representation
This is a kanban board app. I made it for a purpose of learning the awesome T3 stack. Thanks to the community responsible for creation of this starter. Great job!
- Host: GitHub
- URL: https://github.com/flaaj/t3kanban
- Owner: Flaaj
- Created: 2022-07-23T18:08:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-12T10:54:29.000Z (about 2 years ago)
- Last Synced: 2024-10-10T01:44:06.034Z (30 days ago)
- Topics: formik, next-auth, postgresql, prisma, t3-stack, tailwindcss, trpc, typescript, yup, zod
- Language: TypeScript
- Homepage: https://t3kanban.vercel.app
- Size: 201 KB
- Stars: 11
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Create T3 App
This is an app bootstrapped according to the [init.tips](https://init.tips) stack, also known as the T3-Stack.## T3-Stack github:
https://github.com/t3-oss/create-t3-app# T3 Kanban
Hello. This is a kanban board app. I made it for a purpose of learning the awesome T3 stack. Thanks to the community responsible for creation of this starter. Great job!## App hosted on:
https://t3kanban.vercel.app/Using postgres database provided by Supabase
# Instalation:
- Add .env file based on contents of .env-example file and add your environment variables there
- ```yarn``` or ```npm install``` - to install all packages
- ```npx prisma migrate dev --name [your-migration-name]``` - to migrate your prisma schema to your database
- ```yarn dev``` or ```npm run dev``` - to start developing