Simple messenger app written in Rust and Typescript
- Typescript
- React 18
- Shadcn UI components
- TailwindCSS for styling
- Vite for development and building
- Tanstack Query for data fetching
- Tanstack Router for routing
- React Hook Form for form handling
- Rust
- Axum Web Framework
- PostgreSQL with SQLx
- JWT authentication
- Argon2 for password hashing
- Server-Sent Events for real-time updates
- Clone the repository
git clone https://github.com/Aern-do/taqui.git
cd taqui
- Start the application
docker compose up -d
Once the containers are running, you can access the application at http://localhost