https://github.com/samthetechi/twindr
highly scaleable microservices based dating service ( still working )
https://github.com/samthetechi/twindr
Last synced: 9 months ago
JSON representation
highly scaleable microservices based dating service ( still working )
- Host: GitHub
- URL: https://github.com/samthetechi/twindr
- Owner: SamTheTechi
- License: mit
- Created: 2025-04-05T19:21:54.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-27T18:40:51.000Z (about 1 year ago)
- Last Synced: 2025-07-20T08:33:34.888Z (10 months ago)
- Language: TypeScript
- Homepage:
- Size: 349 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# 🧠 Twindr
A monorepo for super scalable dating application.
Includes multiple microservices utlising gRPC, Rest, RabbitMQ, Docker
## 📁 Monorepo Structure
```
.
├── Apps # Frontend app
├────── Next
├── Server # Backend microservices
├────── Auth
├────── Gateway
├────── Matching
├────── Media
├────── Messaging
├────── Notification
├────── Profile
├────── Recommendation
├── Packages # Shared code
├────── Proto
├────── Sql
├────── Bloomfilters
├────── StatusCodes
├── package.json
└── turbo.json
```
## 🚀 Getting Started
### 1. Install dependencies
```bash
bun install
```
### 2. Start all dev servers
```bash
bun turbo run dev
```
### 3. Build everything
```bash
bun tubro run build
```
Stay isolated, stay clean ✨