Skip to content
/ rt Public

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

Notifications You must be signed in to change notification settings

cebilon123/rt

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published