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 1/4] 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) From 330b604410e4fe02be1cd0a37d077dc71230b403 Mon Sep 17 00:00:00 2001 From: Artemy <109195690+stalcker2288969@users.noreply.github.com> Date: Tue, 18 Nov 2025 21:48:59 +0700 Subject: [PATCH 2/4] Update README --- README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index 16ec42f..15d3884 100644 --- a/README +++ b/README @@ -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 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 3/4] 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 From 3a9985de3ac6fc17453564679fa781e9095404b2 Mon Sep 17 00:00:00 2001 From: Artemy <109195690+stalcker2288969@users.noreply.github.com> Date: Tue, 18 Nov 2025 21:50:15 +0700 Subject: [PATCH 4/4] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 16ec42f..5f1acb5 100644 --- a/README.md +++ b/README.md @@ -18,3 +18,5 @@ This is my school project that I'm working on in my free time to level up my bac - 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