Artemy 6d1c53beeb Refactor: migrate Core -> Domain and reorganize projects
Large refactor that renames/moves core types into a new Govor.Domain surface and reorganizes the Application layer. Models, configurations, migrations and many files moved from Govor.Core/Govor.Data to Govor.Domain; numerous Application services, interfaces and implementations were relocated or added (authentication, friends, messages, medias, push notifications, user sessions, storage, synching, private chats, etc.). Tests updated to use Govor.Domain namespaces and adjusted project references (removed Govor.Data reference from API tests). Also updated API, Hub and mapping code and project files to reflect the new structure and naming. This is primarily a codebase-wide namespace and module reorganization to establish a Domain project and restructure application services.
2026-07-16 19:27:45 +07:00
2025-10-31 09:17:16 +00:00
2026-04-05 13:52:13 +07:00
2025-11-04 12:58:15 +07:00
2025-07-01 19:17:01 +07:00
2025-06-16 16:52:58 +07:00
2025-06-17 15:40:54 +07:00
2025-11-18 21:50:15 +07:00

School Messenger (ASP.NET Core WebAPI)

A simple real-time messenger built with ASP.NET Core Web API + Entity Framework Core.
This is my school project that I'm working on in my free time to level up my backend development skills.

Current Features

  • Registration and authentication (JWT)
  • Creating private chats and real-time messaging (via SignalR)
  • Sending text messages and images
  • User profiles with avatars
  • Basic admin panel (still under development)

(The list will be updated as new features are added)

Tech Stack

  • Backend: ASP.NET Core 8 Web API
  • Database: PostgreSQL or Microsoft SQL Server (configurable via appsettings)
  • Authentication: JWT + Refresh Tokens
  • Real-time communication: SignalR
  • Frontend (separate project for now): .NET MAUI (cross-platform desktop/mobile client)

dock: https://nas-3.gitbook.io/govor-api

S
Description
No description provided
Readme Apache-2.0 2.5 MiB
Languages
C# 99.9%