/docker-workshop-with-react-aspnetcore-redis-rabbitmq-mssql

An Asp.Net Core Docker workshop project that includes react ui, redis, mssql and rabbitmq

Primary LanguageC#

Running with Docker-Compose

  • In the root directory of the project run "docker-compose run composer" command then "docker-compose up"
  • Wait all containers to start.
  • Browse React UI -> http://localhost:5001/

P.S. All volumes (redis, rabbitmq, mssql) are commented out in docker-compose.yml.

Todo

  • Run 2 docker-compose.yml for "docker-compose up" command

Sample Screencast

alt text

Overall Architecture

alt text