# Hi2Chat Backend Clean Build Package

This package was repaired from the uploaded backend ZIP and extended with the next backend foundations.

## Fixed
- Cleaned module structure under `src/modules`.
- Fixed tenant DTO import paths.
- Added safer tenant owner response without returning password hash.

## Added
- Build 02.3: Organizations foundation.
- Build 02.4: Workspaces foundation.
- Build 03: User profile, online status, last visited, top ranked users.
- Build 04: Main Lobby REST foundation.
- Build 05: Private Chat REST foundation.
- Build 06: Group Chat REST foundation.
- Roles and Permissions foundation.

## Test
```bash
npm install
npm run build
npx tsc --noEmit
npm run start:dev
```

Swagger:
```text
http://localhost:3000/api/docs
```

## Git commit
```bash
git add .
git commit -m "Build 02.3-06 - Workspace lobby chat foundation"
git push
```
