Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rajabovilyas/trpc-react-fastify
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.
https://github.com/rajabovilyas/trpc-react-fastify
fastify nodejs react sqlite tailwindcss tanstack-router trpc typeorm typescript vite
Last synced: 1 day ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/rajabovilyas/trpc-react-fastify
- Owner: RajabovIlyas
- Created: 2025-01-26T19:18:26.000Z (4 days ago)
- Default Branch: master
- Last Pushed: 2025-01-26T19:23:43.000Z (4 days ago)
- Last Synced: 2025-01-26T20:25:42.428Z (4 days ago)
- Topics: fastify, nodejs, react, sqlite, tailwindcss, tanstack-router, trpc, typeorm, typescript, vite
- Language: TypeScript
- Homepage:
- Size: 139 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Full project tRPC, React, Fastify
## Description
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.## Technologies
- Programming Language: JavaScript/TypeScript
- Framework: React
- Server: Fastify
- API: tRPC
- Database: Sqlite
- ORM: TypeORM## Installation
1. Clone the repository
```bash
git clone https://github.com/RajabovIlyas/trpc-react-fastify.git
```
2. Install dependencies```bash
yarn install
```## Usage
Run the server and client```bash
yarn dev
```## Features
- Fast and secure data transfer between client and server
- Type safety with TypeScript support
- Easy integration with React
## Authors- [@RajabovIlyas](https://www.github.com/RajabovIlyas)