Skip to content

playsrc/trpc-jest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tRPC + Jest

This project includes a simple tRPC server with one route and a testing file.

Getting Started

To get started, clone the repository and install the necessary dependencies by running:

git clone https://github.com/mateusabelli/trpc-jest

cd trpc-jest

pnpm install

Project structure

/greeting a route that takes in a JSON body parameter "text" and returns "Hello [text]" The tests for the routes are located in the __tests__ directory.

About

Simple tRPC + Jest Project

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published