{"id":20525672,"url":"https://github.com/hdm-chat-team/application-project-ws24","last_synced_at":"2026-04-16T05:04:34.685Z","repository":{"id":261858012,"uuid":"873734671","full_name":"hdm-chat-team/application-project-ws24","owner":"hdm-chat-team","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-04T18:49:56.000Z","size":3893,"stargazers_count":1,"open_issues_count":12,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-06T01:32:13.601Z","etag":null,"topics":["bun","react","shadcn-ui","tailwindcss","tanstack-react-query","tanstack-router","turborepo","vite","websocket-chat"],"latest_commit_sha":null,"homepage":"https://app.hdmchat.de","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hdm-chat-team.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-16T16:19:26.000Z","updated_at":"2025-02-24T22:52:59.000Z","dependencies_parsed_at":"2024-12-18T00:31:22.782Z","dependency_job_id":"46be82cb-7232-4e93-88d6-479097eb710f","html_url":"https://github.com/hdm-chat-team/application-project-ws24","commit_stats":null,"previous_names":["hdm-chat-team/application-project-ws24"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hdm-chat-team/application-project-ws24","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hdm-chat-team%2Fapplication-project-ws24","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hdm-chat-team%2Fapplication-project-ws24/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hdm-chat-team%2Fapplication-project-ws24/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hdm-chat-team%2Fapplication-project-ws24/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hdm-chat-team","download_url":"https://codeload.github.com/hdm-chat-team/application-project-ws24/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hdm-chat-team%2Fapplication-project-ws24/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31872036,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"online","status_checked_at":"2026-04-16T02:00:06.042Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bun","react","shadcn-ui","tailwindcss","tanstack-react-query","tanstack-router","turborepo","vite","websocket-chat"],"created_at":"2024-11-15T23:08:45.190Z","updated_at":"2026-04-16T05:04:34.671Z","avatar_url":"https://github.com/hdm-chat-team.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# StudyConnect\n\n[![Tests](https://github.com/DenizGazitepe/application-project-ws24/actions/workflows/test.yml/badge.svg)](https://github.com/DenizGazitepe/application-project-ws24/actions/workflows/test.yml) [![Checked with Biome](https://img.shields.io/badge/Checked_with-Biome-60a5fa?style=flat\u0026logo=biome)](https://biomejs.dev)\n\nA realtime web messanger to connect students at [Stuttgart Media University](https://www.hdm-stuttgart.de/)\n\n## 🗒️ Requirements\n\nThis project uses [Bun](https://bun.sh) as its package manager and server runtime.\nTo install it follow the instructions [here](https://bun.sh/docs/installation).\n\nYou will also need [Node.js](https://nodejs.org/en/download).\n\n[Docker Desktop](https://www.docker.com/) to run the development database.\n\n## 🏗️ Project structure\n\nWe are using [Bun workspaces](https://bun.sh/docs/install/workspaces) to separate packages.\nEach package is 100% [TypeScript](https://www.typescriptlang.org/).\n\n### 🌐 Apps\n\n- `/app`: a monorepo-style app\n  - `/backend`: a 🔥 [Hono](https://hono.dev) server providing api and static routes\n    - 🔐 Cookie based authentication using the [lucia-auth](https://lucia-auth.com/) guide.\n    - 🔌 [Websockets](https://bun.sh/docs/api/websockets) for real time features.\n  - `/frontend`: a ⚡ [Vite](https://vite.dev) SPA using\n    - ⚛️ [React](https://react.dev) as the frontend framework.\n    - 🏝️ [Tanstack Router](https://tanstack.com/router/) for managing SPA routes.\n    - 🏝️ [Tanstack react-query](https://tanstack.com/query) for managing server state on the client\n    - 🏝️ [Tanstack react-form](https://tanstack.com/form) for form validation\n\n### 📦 Packages\n\n- `/cuid`: package for generating and validating [CUID2](https://github.com/paralleldrive/cuid2) ids on the server and client.\n- `/tsconfig`: shared typescript configuration\n\n## 🧰 Utilities\n\n- [TypeScript](https://www.typescriptlang.org/) for static type checking\n- [Biome](https://biomejs.dev/) for code linting/formatting\n  - use `bun check` to check for typescript errors\n  - use `bun check:fix` to fix most linting errors and apply formatting\n- [PWA-assets generator](https://vite-pwa-org.netlify.app/assets-generator)\n  - use `bun assets`  to generate PWA assets from `public/logo.svg`\n\n## 💡 Contributing\n\nWe use [conventional commits](https://www.conventionalcommits.org) to format commit messages. The repo includes a recommended VSCode extension.\nWe use issue branches and Pull requests to organize changes.\n\n## ⌨️ Commands\n\n### 🧪 Test\n\nSo far we are simply using Bun's integrated test runner:\n\n```zsh\nbun run test\n```\n\nMake sure to include `run`, otherwise environment variables won't be set.\n\nTest files are all named `*.test.ts`\n\n### 👷‍♂️ Build\n\nTo build all apps and packages, run the following command in the root of the project:\n\n```zsh\nbun run build\n```\n\n### 🐋 Docker\n\nTo start the local database run:\n\n```zsh\ndocker compose up db --detach\n```\n\nTo start both containers:\n\n```zsh\ndocker compose up --build --detach\n```\n\n### 👨‍💻 Develop\n\nTo start all development servers, run the following command:\n\n```zsh\nbun dev\n```\n\nTanstack router and react-query will render development tools to debug their features.\n\nTo use Drizzle-kit CLI [commands](https://orm.drizzle.team/docs/kit-overview) run:\n\n```zsh\nbun db \u003cCOMMAND\u003e\n```\n\nTo use shadcn/ui CLI [commands](https://ui.shadcn.com/docs/cli) run:\n\n```zsh\nbun ui \u003cCOMMAND\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhdm-chat-team%2Fapplication-project-ws24","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhdm-chat-team%2Fapplication-project-ws24","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhdm-chat-team%2Fapplication-project-ws24/lists"}