Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/strudelandcoffee/t3-twitter-clone
A T3 stack practice app created from a Web Dev Simplified tutorial.
https://github.com/strudelandcoffee/t3-twitter-clone
mysql nextjs prisma t3-stack trpc typescript
Last synced: 3 days ago
JSON representation
A T3 stack practice app created from a Web Dev Simplified tutorial.
- Host: GitHub
- URL: https://github.com/strudelandcoffee/t3-twitter-clone
- Owner: strudelAndCoffee
- Created: 2024-03-20T23:12:08.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-22T04:30:26.000Z (9 months ago)
- Last Synced: 2024-11-02T03:23:49.852Z (about 2 months ago)
- Topics: mysql, nextjs, prisma, t3-stack, trpc, typescript
- Language: TypeScript
- Homepage: https://t3-twitter-clone-rho.vercel.app
- Size: 141 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Twitter Clone - NextJS, Prisma, tRPC, TypeScript, Vercel practice app
This repository is only an exercise in working with the [T3 Stack](https://create.t3.gg/). The deployed application uses a local instance of a MySQL database and will not run properly when visited.
All code in this repository was originally authored by [Web Dev Simplified](https://github.com/WebDevSimplified), and coded by Stevie Trudell following the [video tutorial](https://www.youtube.com/watch?v=jqVm5_G1ZEE) on YouTube. You can find the tutorial repo [here](https://github.com/WebDevSimplified/twitter-clone).
## Create T3 App
This is a [T3 Stack](https://create.t3.gg/) project bootstrapped with `create-t3-app`.