All Projects → suadev → docker-workshop-with-react-aspnetcore-redis-rabbitmq-mssql

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

Licence: other
An Asp.Net Core Docker workshop project that includes react ui, redis, mssql, rabbitmq and azure pipelines

Programming Languages

C#
18002 projects
javascript
184084 projects - #8 most used programming language
shell
77523 projects
Dockerfile
14818 projects
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to docker-workshop-with-react-aspnetcore-redis-rabbitmq-mssql

Weapsy
ASP.NET Core CMS
Stars: ✭ 748 (+1311.32%)
Mutual labels:  aspnetcore, dotnetcore, mssql
Quiz
Example real time quiz application with .NET Core, React, DDD, Event Sourcing, Docker and built-in infrastructure for CI/CD with k8s, jenkins and helm
Stars: ✭ 100 (+88.68%)
Mutual labels:  rabbitmq, aspnetcore, dotnetcore
Dotnet Istanbul Microservices Demo
This is the demo application that i created for my talk 'Microservice Architecture & Implementation with Asp.Net Core' at Dotnet İstanbul Meetup Group.
Stars: ✭ 109 (+105.66%)
Mutual labels:  rabbitmq, aspnetcore, dotnetcore
MvcControlsToolkit.Core
Core Code for MvcControlsToolkit packages
Stars: ✭ 13 (-75.47%)
Mutual labels:  aspnetcore, dotnetcore
NHibernate.AspNetCore.Identity
ASP.NET Core Identity Provider for NHibernate
Stars: ✭ 54 (+1.89%)
Mutual labels:  aspnetcore, mssql
GatewayService
GatewayService (Ocelot).
Stars: ✭ 19 (-64.15%)
Mutual labels:  aspnetcore, dotnetcore
Eventflow.example
DDD+CQRS+Event-sourcing examples using EventFlow following CQRS-ES architecture. It is configured with RabbitMQ, MongoDB(Snapshot store), PostgreSQL(Read store), EventStore(GES). It's targeted to .Net Core 2.2 and include docker compose file.
Stars: ✭ 131 (+147.17%)
Mutual labels:  rabbitmq, dotnetcore
SimpleSocial
A simple social network web application using ASP.NET Core 3.1
Stars: ✭ 16 (-69.81%)
Mutual labels:  aspnetcore, dotnetcore
PugetSound
PugetSound allows you and your group to enjoy music together using Spotify.
Stars: ✭ 52 (-1.89%)
Mutual labels:  aspnetcore, dotnetcore
Awesome-Nuget-Packages
📦 A collection of awesome and top .NET packages sorted by most popular needs.
Stars: ✭ 87 (+64.15%)
Mutual labels:  aspnetcore, dotnetcore
ZooKeeper-Admin
ZooKeeper 管理工具
Stars: ✭ 45 (-15.09%)
Mutual labels:  aspnetcore, dotnetcore
Mldotnet Real Time Data Streaming Workshop
A Machine Learning and Real-Time Data Analytics Workshop
Stars: ✭ 34 (-35.85%)
Mutual labels:  workshop, dotnetcore
Cqrs Clean Eventual Consistency
CQRS, using Clean Architecture, multiple databases and Eventual Consistency
Stars: ✭ 247 (+366.04%)
Mutual labels:  rabbitmq, mssql
DNZ.SEOChecker
SEO Checker and Recommander Plugin (like wordpress Yoast) for ASP.NET Core.
Stars: ✭ 18 (-66.04%)
Mutual labels:  aspnetcore, dotnetcore
Dotnetlabs
.NET Labs -- Show Me the Tips and Tricks and Code
Stars: ✭ 135 (+154.72%)
Mutual labels:  rabbitmq, dotnetcore
dotnetcore-image
Solution of .NET Core GDI+(Image) on Linux/Docker
Stars: ✭ 22 (-58.49%)
Mutual labels:  aspnetcore, dotnetcore
BlazorAuthenticationSample
A sample showing some of the ASP.NET Core Blazor authentication features (also some testing...) 🚀
Stars: ✭ 78 (+47.17%)
Mutual labels:  aspnetcore, dotnetcore
aspnet-core-3-basic-authentication-api
ASP.NET Core 3.1 - Basic HTTP Authentication API
Stars: ✭ 70 (+32.08%)
Mutual labels:  aspnetcore, dotnetcore
MiCake
🍰一款基于.Net Core平台的“超轻柔“领域驱动设计(DDD)组件
Stars: ✭ 112 (+111.32%)
Mutual labels:  aspnetcore, dotnetcore
TelephoneDirectory
microservices-> .net 6, golang - Docker, Ocelot, RabbitMq, MassTransit, mssql, postgresql, elasticsearch, kibana, jwt
Stars: ✭ 40 (-24.53%)
Mutual labels:  rabbitmq, mssql

Build Status

Running with Docker-Compose

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

Notes

  • api service keeps waiting till mssql container ready to accept connections. This waiting feature was implemented with wait-for-it. (https://github.com/vishnubob/wait-for-it)
  • redis and rabbitmq containers are faster than mssql container on starting and accepting connections.That's why api service waits only mssql.
  • mssql, redis and rabbitmq volumes are exist and active by defauls in docker-compose.yml
  • React hot-reloading is working on development environment.

Sample Screencast

alt text

Overall Architecture

alt text

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].