Skip to content

makarenos/chat-module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat Module - Test Task

ASP.NET Core 8 + React 18 + SQLite

How to Run

Option 1: Visual Studio

  1. Open chat-test-task.sln
  2. Press F5
  3. Backend: http://localhost:5207
  4. Frontend: http://localhost:5173

Option 2: Command Line

Backend:

cd chat-test-task.Server
dotnet restore  # optional
dotnet run

Frontend:

cd chat-test-task.client
npm install
npm run dev

Notes

For production: consider WebSocket/SignalR for real-time message synchronization

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors