Skip to content
Notifications You must be signed in to change notification settings

arjav0703/chat-platform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d3019e9 · · Nov 4, 2025

History

28 Commits
Nov 4, 2025
Nov 4, 2025
Oct 8, 2025
Nov 4, 2025

Repository files navigation

Full stack Chat Platform

This repository is split into two subparts. Namely Client and Server.

Usage

  1. Clone the repository
git clone https://github.com/arjav0703/chat-platform.git &∓& cd chat-platform
  1. Make sure rust (cargo) is installed. If not, visit here to install rust toolchain.
  2. Run the server:
cd server
cargo runn
  1. Make sure pnpm is installed. If not, visit here to install pnpm. Then install Tauri prerequisites:
5. Run the client:

```bash

cd client 

pnpm install

pnpm tauri dev