/tRPC-on-next-app

🚀🚀 Todo list tutorial with tRPC, turbo, prisma, mongodb, nextUI and tailwindcss in Nextjs13

Primary LanguageTypeScript

This is a Next.js project bootstrapped with create-next-app.

Getting Started

Design here:

First, set up project:

# Install turbo
npm install --global turbo

# Install package of project
pnpm install
#or
npm install

Second, change your URL Database
DATABASE_URL=[your-url-database]

Third, run the development server:

# Generate schema
pnpm run prisma:generate

# Run project
turbo dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

To learn more about tRPC, take a look at the following resources:

You can check out the trpc GitHub repository - your feedback and contributions are welcome!