Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/martin2844/next-trpc-prisma-mui-starter
Starter for TRPC + Prisma + Mui
https://github.com/martin2844/next-trpc-prisma-mui-starter
Last synced: 8 days ago
JSON representation
Starter for TRPC + Prisma + Mui
- Host: GitHub
- URL: https://github.com/martin2844/next-trpc-prisma-mui-starter
- Owner: martin2844
- Created: 2022-07-22T21:19:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-22T21:26:56.000Z (over 2 years ago)
- Last Synced: 2023-03-03T13:27:11.586Z (over 1 year ago)
- Language: TypeScript
- Size: 96.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Basic custom starter
### Contains
- TRPC (End-to-end typesafe APIs made easy)
- Zod (TypeScript-first schema validation with static type inference)
- Prisma (TypeScript ORM)
- Material UI (The React component library you always wanted)
- Zustand (Bear necessities for state management in React)
- Prettier (A tool to format code in a way that is easy to read)The project includes User Auth and register to Postgresql database.
Authentication is done via nodemailer providing an OTP.
User is logged in and persisted via zustand store and cookies.