mirror of
https://github.com/Stone-Red-Code/EchoHub.git
synced 2026-09-04 23:40:34 +02:00
- Updated launchSettings.json for consistency. - Refactored FileValidationHelper to improve image validation logic. - Enhanced ServerDirectoryService for better connection handling and user count updates. - Improved DatabaseSetup for legacy database handling and seeding default channels. - Refined FirstRunSetup to ensure JWT secret generation. - Removed appsettings.Development.json as it is no longer needed. - Updated EchoHub.Tests project file for consistency. - Added unit tests for FileValidationHelper and PresenceTracker with improved assertions. - Updated ValidationConstantsTests to ensure regex validations are correct. - Cleaned up solution file formatting for better readability.
550 B
550 B
Getting Started
Prerequisites
Run the Server
dotnet run --project src/EchoHub.Server
On first run, the server automatically:
- Creates
appsettings.jsonfrom the example config - Generates a secure JWT secret
- Creates the SQLite database with a
#generalchannel
Run the Client
dotnet run --project src/EchoHub.Client
Connect to a server, register an account, and start chatting.
Build from Source
dotnet build src/EchoHub.slnx