mirror of
https://github.com/RedWizardsLab/EchoHub.git
synced 2026-09-04 00:26:07 +02:00
- Created User, Channel, Message, and ServerInfo models with necessary properties. - Added DTOs for user profiles, server information, and message handling. - Implemented JWT authentication service for user login and token generation. - Developed Entity Framework Core DbContext for database interactions. - Introduced SignalR ChatHub for real-time messaging and presence tracking. - Implemented file storage and image to ASCII conversion services. - Set up CORS and middleware for API endpoints. - Created launch settings and development configuration for server and web projects.
10 lines
372 B
XML
10 lines
372 B
XML
<Solution>
|
|
<Folder Name="/src/">
|
|
<Project Path="src/EchoHub.Api/EchoHub.Api.csproj" />
|
|
<Project Path="src/EchoHub.Client/EchoHub.Client.csproj" />
|
|
<Project Path="src/EchoHub.Core/EchoHub.Core.csproj" />
|
|
<Project Path="src/EchoHub.Server/EchoHub.Server.csproj" />
|
|
<Project Path="src/EchoHub.Web/EchoHub.Web.csproj" />
|
|
</Folder>
|
|
</Solution>
|