cebilon123 / rt

Simple microservice application made with .net and vue (DDD, event storming and other buzz words). Hosted on Docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DOCKER

To start app you need to use docker.

Use:

docker compose compose.yml

!IMPORTANT!

You need to install cert because notifications service works over https protocol. In powershell type:

  1. dotnet dev-certs https --clean
  2. dotnet dev-certs https --trust -ep $env:USERPROFILE\.aspnet\https\aspnetapp.pfx -p test
  3. Then docker compose compose.yml (It should throw error because I was using external network, but it will also print command which should be used to create one)
  4. docker compose again
  5. Frontend: localhost:8080

About

Simple microservice application made with .net and vue (DDD, event storming and other buzz words). Hosted on Docker


Languages

Language:C# 86.6%Language:Vue 9.8%Language:JavaScript 2.4%Language:Dockerfile 0.8%Language:HTML 0.4%Language:CSS 0.1%