{"id":30196225,"url":"https://github.com/xjectro/calvero-club-chat-api","last_synced_at":"2025-08-15T09:03:00.158Z","repository":{"id":309400974,"uuid":"1034717194","full_name":"Xjectro/calvero-club-chat-api","owner":"Xjectro","description":"An open-source, modern real-time chat API built for the Calvero Club Chat community! Focused on high performance, security, and scalability. The user interface and API are provided in separate repositories under a unified community brand.","archived":false,"fork":false,"pushed_at":"2025-08-11T18:20:35.000Z","size":43,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-11T18:36:03.513Z","etag":null,"topics":["api","aspnetcore","authentication","backend","chat","community","dotnet","jwt","messaging","middleware","open-source","realtime","scalable","server","signalr","sql","sqlite","user-management","webapi","websocket"],"latest_commit_sha":null,"homepage":"https://chat.calvero.club","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Xjectro.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2025-08-08T21:29:35.000Z","updated_at":"2025-08-10T15:26:33.000Z","dependencies_parsed_at":"2025-08-11T18:36:07.792Z","dependency_job_id":"88f9ef1f-2d38-4c13-80c4-1de7dd3a42a3","html_url":"https://github.com/Xjectro/calvero-club-chat-api","commit_stats":null,"previous_names":["xjectro/calvero-club-chat-api"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/Xjectro/calvero-club-chat-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xjectro%2Fcalvero-club-chat-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xjectro%2Fcalvero-club-chat-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xjectro%2Fcalvero-club-chat-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xjectro%2Fcalvero-club-chat-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Xjectro","download_url":"https://codeload.github.com/Xjectro/calvero-club-chat-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xjectro%2Fcalvero-club-chat-api/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270183606,"owners_count":24541341,"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-13T02:00:09.904Z","response_time":66,"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":["api","aspnetcore","authentication","backend","chat","community","dotnet","jwt","messaging","middleware","open-source","realtime","scalable","server","signalr","sql","sqlite","user-management","webapi","websocket"],"created_at":"2025-08-13T05:17:08.182Z","updated_at":"2025-08-15T09:03:00.148Z","avatar_url":"https://github.com/Xjectro.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🚀 Calvero Club Chat API\n\n\u003cimg src=\"https://chat.calvero.club/favicon.ico\" width=\"64\" height=\"64\" alt=\"Calvero Club Logo\" /\u003e\n\n\u003e ⭐ **Star, contribute and join the community!**\n\n---\n\n## 📝 About\n\nAn open-source, modern real-time chat API built for the Calvero Club Chat community! Focused on high performance, security, and scalability. The user interface and API are provided in separate repositories under a unified community brand.\n\n- **API \u0026 Server:** [`calvero-club-chat-api`](https://github.com/Xjectro/calvero-club-chat-api)\n- **Web Interface:** [`calvero-club-chat-web`](https://github.com/Xjectro/calvero-club-chat-web)\n- **Demo:** [chat.calvero.club](https://chat.calvero.club)\n\n---\n\n## ✨ Features\n\n- ⚡ Real-time chat (SignalR)\n- 🔒 JWT-based authentication\n- 👤 User management \u0026 registration\n- 💬 Chat rooms \u0026 messaging\n- 🚦 Rate limit \u0026 validation middleware\n- 🧩 Modern .NET 9 architecture\n- 🧹 Clean and readable code\n\n---\n\n## ⚙️ Installation\n\n### Requirements\n- .NET 9 SDK\n- SQL Server or SQLite\n\n### Getting Started\n\n```powershell\n# Clone the repository\n\ncd calvero-club-chat-api\n\n# Install dependencies\n---\n\n# Apply database migrations\n\n\n# Start the application\n\n```\n\n### Environment Variables\nConfigure your connection strings and JWT settings in `appsettings.Development.json` and `appsettings.Production.json`.\n\n---\n\n## 📡 API Usage\n\nYou can test API endpoints using the `Api.http` file or Postman.\n\n### Example Endpoints\n- `POST /api/auth/register` — User registration\n- `POST /api/auth/login` — Login\n- `GET /api/chat/rooms` — List chat rooms\n- `POST /api/chat/rooms` — Create new room\n- `POST /api/chat/messages` — Send message\n\n---\n\n## 🖥️ Web Interface\n\nThe user interface is available at [`calvero-club-chat-web`](https://github.com/Xjectro/calvero-club-chat-web) and works seamlessly with this API. For real-time messaging and community experience, check out the web repository.\n\n---\n\n## 🤝 Contributing\n\nPull requests and suggestions are always welcome! Fork, star, and send a PR! ✨\n\n---\n\n## 📄 License\n\nMIT\n\n---\n\n\u003e 👨‍💻 Developer: [Xjectro](https://github.com/Xjectro)\n\u003e \n\u003e 🚀 Demo \u0026 test: [chat.calvero.club](https://chat.calvero.club)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxjectro%2Fcalvero-club-chat-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxjectro%2Fcalvero-club-chat-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxjectro%2Fcalvero-club-chat-api/lists"}