SimpleMessagingService

Log | Files | Refs | README

ModeNameSize
-rw-r--r--.dockerignore30L
-rw-r--r--.gitattributes63L
-rw-r--r--.github/workflows/dotnet.yml30L
-rw-r--r--.gitignore363L
-rw-r--r--Api/Api.csproj27L
-rw-r--r--Api/Api.http6L
-rw-r--r--Api/Controllers/MessageController.cs93L
-rw-r--r--Api/Controllers/UserController.cs105L
-rw-r--r--Api/Data/AppDbContext.cs12L
-rw-r--r--Api/Migrations/20240713180846_initial.Designer.cs87L
-rw-r--r--Api/Migrations/20240713180846_initial.cs63L
-rw-r--r--Api/Migrations/AppDbContextModelSnapshot.cs84L
-rw-r--r--Api/Models/Message.cs20L
-rw-r--r--Api/Models/User.cs18L
-rw-r--r--Api/Program.cs32L
-rw-r--r--Api/Properties/launchSettings.json41L
-rw-r--r--Api/appsettings.Development.json8L
-rw-r--r--Api/appsettings.json12L
-rw-r--r--Client/AddServerWindow.xaml31L
-rw-r--r--Client/AddServerWindow.xaml.cs28L
-rw-r--r--Client/App.xaml9L
-rw-r--r--Client/App.xaml.cs14L
-rw-r--r--Client/AssemblyInfo.cs10L
-rw-r--r--Client/Client.csproj19L
-rw-r--r--Client/MainWindow.xaml48L
-rw-r--r--Client/MainWindow.xaml.cs221L
-rw-r--r--Client/Utilities/ApiInterface.cs90L
-rw-r--r--Client/Utilities/SettingsInterface.cs57L
-rw-r--r--LICENSE.txt21L
-rw-r--r--README.md6L
-rw-r--r--Shared/Contracts/GetMessagesContract.cs17L
-rw-r--r--Shared/Contracts/GetUsersContract.cs15L
-rw-r--r--Shared/Contracts/MessageContract.cs7L
-rw-r--r--Shared/Contracts/NewUserContract.cs8L
-rw-r--r--Shared/Contracts/UserContract.cs6L
-rw-r--r--Shared/Endpoints.cs9L
-rw-r--r--Shared/Shared.projitems19L
-rw-r--r--Shared/Shared.shproj13L
-rw-r--r--SimpleMessagingService.sln38L