A simple chat application using WPF, Material Design, RabbitMq, and a .net core API
- Install RabbitMq https://www.rabbitmq.com/download.html
- Create Server's local database by applying EF Core migrations
- Set Api as startup project
- Open Package Manager Console
- Run command
Update-Database
- Start debugging!
- 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