Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)