Skip to content

ibilanchuk/TaskManagementSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  1. Make sure you have docker installed.
  2. Run docker-compose up -d this will spin up the rabbitmq and mssql for you. Note: I used arm image for mssql, you may have to update it in the docker-compose.yml
  3. Run console app (TaskManagementSystem) and (TaskManagementSystem.Api.Consumer).
  4. Try create task, then update it. Update will send async command to message broker, and consumer will handle the command.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors