{"id":19136054,"url":"https://github.com/shchoholiev/chat","last_synced_at":"2026-04-17T08:04:11.440Z","repository":{"id":130684629,"uuid":"485722655","full_name":"Shchoholiev/chat","owner":"Shchoholiev","description":"Realtime chat using ASP.NET Core, Signal R and Angular. Data to login and see already created chats: | petya@petya, petya | petro@petro, petro | misha@misha, misha | maks@maks, maks  AWS: http://shchoholiev-chat.us-east-1.elasticbeanstalk.com/","archived":false,"fork":false,"pushed_at":"2025-05-04T01:32:58.000Z","size":588,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-29T18:03:29.206Z","etag":null,"topics":["angular","asp-net-core","cicd-azure","entity-framework-core","onion-architecture","signalr","test-task"],"latest_commit_sha":null,"homepage":"https://shchoholiev-chat.azurewebsites.net/","language":"C#","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/Shchoholiev.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,"zenodo":null}},"created_at":"2022-04-26T09:41:13.000Z","updated_at":"2025-05-04T06:57:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"cb190c41-b119-43c5-b054-5bd2ccd43ed2","html_url":"https://github.com/Shchoholiev/chat","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Shchoholiev/chat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shchoholiev%2Fchat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shchoholiev%2Fchat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shchoholiev%2Fchat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shchoholiev%2Fchat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Shchoholiev","download_url":"https://codeload.github.com/Shchoholiev/chat/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shchoholiev%2Fchat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271754898,"owners_count":24815314,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-23T02:00:09.327Z","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":["angular","asp-net-core","cicd-azure","entity-framework-core","onion-architecture","signalr","test-task"],"created_at":"2024-11-09T06:33:01.463Z","updated_at":"2026-04-17T08:04:11.403Z","avatar_url":"https://github.com/Shchoholiev.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Chat\n\nA real-time chat application built using ASP.NET Core, SignalR, and Angular, designed to facilitate seamless communication between users.\n\n## Table of Contents\n\n- [Features](#features)\n- [Stack](#stack)\n- [Installation](#installation)\n  - [Prerequisites](#prerequisites)\n  - [Setup Instructions](#setup-instructions)\n- [Usage](#usage)\n\n## Features\n\n- Real-time messaging between users.\n- User authentication and authorization.\n- Responsive user interface built with Angular.\n- Scalable backend using ASP.NET Core and SignalR.\n\n## Stack\n\n- **Backend**: ASP.NET Core\n- **Real-time Communication**: SignalR\n- **Frontend**: Angular\n- **Database**: SQL Server\n- **Hosting**: AWS Elastic Beanstalk\n\n## Installation\n\n### Prerequisites\n\n- [.NET SDK](https://dotnet.microsoft.com/download)\n- [Node.js](https://nodejs.org/en/download/)\n- [Angular CLI](https://angular.io/cli)\n- [SQL Server](https://www.microsoft.com/en-us/sql-server/sql-server-downloads)\n\n### Setup Instructions\n\n1. **Clone the repository**:\n\n   ```bash\n   git clone https://github.com/Shchoholiev/chat.git\n   cd chat\n   ```\n\n2. **Backend Setup**:\n\n   - Navigate to the backend project directory:\n\n     ```bash\n     cd Chat\n     ```\n\n   - Restore dependencies:\n\n     ```bash\n     dotnet restore\n     ```\n\n   - Build the project:\n\n     ```bash\n     dotnet build\n     ```\n\n   - Apply database migrations:\n\n     ```bash\n     dotnet ef database update\n     ```\n\n   - Run the backend server:\n\n     ```bash\n     dotnet run\n     ```\n\n3. **Frontend Setup**:\n\n   - Navigate to the frontend project directory:\n\n     ```bash\n     cd ClientApp\n     ```\n\n   - Install dependencies:\n\n     ```bash\n     npm install\n     ```\n\n   - Serve the Angular application:\n\n     ```bash\n     ng serve\n     ```\n\n   The application should now be running at `http://localhost:4200/`.\n\n## Usage\n\n- **User Authentication**: Register and log in to access chat functionalities.\n- **Create Chat Rooms**: Users can create new chat rooms for group discussions.\n- **Join Existing Chats**: Users can join existing chat rooms to participate in conversations.\n- **Real-time Messaging**: Send and receive messages instantly within chat rooms.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshchoholiev%2Fchat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshchoholiev%2Fchat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshchoholiev%2Fchat/lists"}