From d3ef67bfb37f48b26fc65a05fc40a60104a209d8 Mon Sep 17 00:00:00 2001 From: Artemy <109195690+stalcker2288969@users.noreply.github.com> Date: Tue, 18 Nov 2025 21:46:51 +0700 Subject: [PATCH] Create README --- README | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..16ec42f --- /dev/null +++ b/README @@ -0,0 +1,20 @@ +# 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)