Skip to content

An example todo project to demonstrate the usage of tRPC with Vue 3. It can be used as a startingpoint for you're project.

License

Notifications You must be signed in to change notification settings

guushamann/Todo-tRPC-Vue3

Repository files navigation

example project with prisma express.js tRPC vue3

An example todo project with Vue tRPC Prisma Tailwind and Typescript in an npm monorepo workspace project

used in this project:

  • npm monorepo
  • Express.js
  • prisma
  • typescript
  • trcp
  • tailwind
  • vue3
  • vue-query
  • prettier
  • eslint

install and run

in the root of the root repo run:

npm install

initialize the db in the api repo

cd apps/api-server/
mv .env.example .env
npx prisma migrate dev --name init     
cd ../../

start the dev client and server

npm run dev

About

An example todo project to demonstrate the usage of tRPC with Vue 3. It can be used as a startingpoint for you're project.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published