Skip to content

Implementing trpc in turborepo with Nextjs and express application using postgresql and prisma.

Notifications You must be signed in to change notification settings

akshayjadhav4/keep-example-trpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Keep

Implementing trpc in turborepo with Nextjs and express application using postgresql and prisma.

Project structure

.
├── README.md
├── apps
│   └── web
├── package-lock.json
├── package.json
├── packages
│   ├── database
│   ├── eslint-config-custom
│   ├── services
│   ├── tsconfig
│   ├── twconfig
│   └── ui
└── turbo.json

apps/web: A Next.js app.

packages/database: Prisma setup.

packages/services: Expree server application.

packages/ui: UI lib containing components.

Installation

cd keep-example-trpc
npm install

Database Setup

Add postgresql DATABASE_URL connection string inside packages/database/.env

Next

cd packages/database

npx prisma db push

Run dev server

cd keep-example-trpc
npm run dev

Screenshots

Home

Create Keep

Manage Tags

Edit Keep

About

Implementing trpc in turborepo with Nextjs and express application using postgresql and prisma.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published