npm install group4-backendhttps://web2-p3-backend-grupo4.vercel.app/docs
https://web2-p3-backend-grupo4.vercel.app/api/...
See the examples in /src/routers for more information
``cmd`
DATABASE_URL=''
BASE_URL='localhost:3000'
and run the following commands:
`cmd`
npm install
npx prisma generate
* Typescript
* TRPc
* Prisma
* Fastify
* Zod
* Postgres
`cmd`
npm run dev
`cmd`
npm run vercel-debug
`cmd`
npm run db:seed
`cmd`
npm run db:reset
`cmd`
npx prisma db push
`cmd`
npm run lint
`cmd``
npm run prettier-format