This project is a full-stack application that uses tRPC for API creation, React for the frontend, and Fastify for the backend. It aims to simplify the interaction between the client and the server.
- Programming Language: JavaScript/TypeScript
- Framework: React
- Server: Fastify
- API: tRPC
- Database: Sqlite
- ORM: TypeORM
- Clone the repository
git clone https://github.com/RajabovIlyas/trpc-react-fastify.git
- Install dependencies
yarn install
Run the server and client
yarn dev
- Fast and secure data transfer between client and server
- Type safety with TypeScript support
- Easy integration with React