Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mbchoa/yummy
Personal restaurant review tracking app
https://github.com/mbchoa/yummy
next-auth nextjs postgres prisma react react-query t3-stack tailwindcss trpc typescript
Last synced: about 2 months ago
JSON representation
Personal restaurant review tracking app
- Host: GitHub
- URL: https://github.com/mbchoa/yummy
- Owner: mbchoa
- Created: 2022-11-28T09:22:50.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-07T06:50:29.000Z (3 months ago)
- Last Synced: 2024-10-13T11:40:44.656Z (2 months ago)
- Topics: next-auth, nextjs, postgres, prisma, react, react-query, t3-stack, tailwindcss, trpc, typescript
- Language: TypeScript
- Homepage: https://yumsh.in
- Size: 603 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
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.
## What's next? How do I make an app with this?
We try to keep this project as simple as possible, so you can start with the most basic configuration and then move on to more advanced configuration.
If you are not familiar with the different technologies used in this project, please refer to the respective docs. If you still are in the wind, please join our [Discord](https://t3.gg/discord) and ask for help.
- [Next-Auth.js](https://next-auth.js.org)
- [Prisma](https://prisma.io)
- [TailwindCSS](https://tailwindcss.com)
- [tRPC](https://trpc.io)We also [roll our own docs](https://create.t3.gg) with some summary information and links to the respective documentation.
Also checkout these awesome tutorials on `create-t3-app`.
- [Build a Blog With the T3 Stack - tRPC, TypeScript, Next.js, Prisma & Zod](https://www.youtube.com/watch?v=syEWlxVFUrY)
- [Build a Live Chat Application with the T3 Stack - TypeScript, Tailwind, tRPC](https://www.youtube.com/watch?v=dXRRY37MPuk)
- [Build a full stack app with create-t3-app](https://www.nexxel.dev/blog/ct3a-guestbook)
- [A first look at create-t3-app](https://dev.to/ajcwebdev/a-first-look-at-create-t3-app-1i8f)## How do I deploy this?
Follow our deployment guides for [Vercel](https://create.t3.gg/en/deployment/vercel) and [Docker](https://create.t3.gg/en/deployment/docker) for more information.