From c09de05d60a9f432e5ca6230fc19668404d19824 Mon Sep 17 00:00:00 2001 From: Artemy <109195690+stalcker2288969@users.noreply.github.com> Date: Tue, 18 Nov 2025 21:49:41 +0700 Subject: [PATCH] Update and rename README to README.md --- README => README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename README => README.md (90%) diff --git a/README b/README.md similarity index 90% rename from README rename to README.md index 15d3884..16ec42f 100644 --- a/README +++ b/README.md @@ -1,9 +1,9 @@ -#School Messenger (ASP.NET Core WebAPI) +# 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 +## Current Features - Registration and authentication (JWT) - Creating private chats and real-time messaging (via SignalR) - Sending text messages and images @@ -12,7 +12,7 @@ This is my school project that I'm working on in my free time to level up my bac (The list will be updated as new features are added) -##Tech Stack +## Tech Stack - Backend: ASP.NET Core 8 Web API - Database: PostgreSQL or Microsoft SQL Server (configurable via appsettings) - Authentication: JWT + Refresh Tokens