Skip to content

ExistentialAlex/tRPC-Vue3-test

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 monorep run: npm install

initialize the db

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

About

A test application exploring combining tRPC, express and VueJS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 61.1%
  • Vue 37.4%
  • Other 1.5%