Skip to content
/ Chat Public

A simple chat application using WPF, Material Design, RabbitMq, and a .net core API

Notifications You must be signed in to change notification settings

ssteezens/Chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Chat

A simple chat application using WPF, Material Design, RabbitMq, and a .net core API

Demo

Quickstart

  1. Install RabbitMq https://www.rabbitmq.com/download.html
  2. Create Server's local database by applying EF Core migrations
    • Set Api as startup project
    • Open Package Manager Console
    • Run command Update-Database
  3. Start debugging!

Features

  • Register user
  • Update user profile
  • Create or delete a chat room
  • Add or remove users from a chat room
  • Send messages
  • Edit messages
  • Delete messages

About

A simple chat application using WPF, Material Design, RabbitMq, and a .net core API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages