Open Source Web Application Framework for ASP.NET Core
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Atakan Özceviz 0950da15d4 Updated README 7 years ago
..
applications Removed ConsoleClientDemo Docker 7 years ago
databases Remove unnecessary queries, override databases if already exists 7 years ago
docs/design Write logs to elasticsearch. 7 years ago
elk Configure ELK Stack 7 years ago
gateways Use redis cache for data protection 7 years ago
k8s Increase persistent volume storage 7 years ago
kibana Added kibana-export.json 7 years ago
microservices Use redis cache for data protection 7 years ago
modules/product Add a simple setting example. 7 years ago
.dockerignore Created .dockerignore file 7 years ago
DeployToKubernetes.sh Created bash script for deploying to kubernetes 7 years ago
MicroserviceDemo.sln Reorganized folders 7 years ago
README.md Updated README 7 years ago
docker-compose.migrations.yml Ports changed 7 years ago
docker-compose.override.yml Ports changed 7 years ago
docker-compose.yml Removed ConsoleClientDemo Docker 7 years ago

README.md

MicroserviceDemo

Run demo using docker-compose:

First restore mssql database

$ docker-compose -f docker-compose.yml -f docker-compose.migrations.yml run restore-database

Build and start containers

$ docker-compose up -d

Add this line to your hosts file

127.0.0.1	auth-server
  • Windows: C:\Windows\System32\Drivers\etc\hosts
  • Linux & macOS: /etc/hosts

Accessing the Web User Interfaces

  • Kibana: http://localhost:51510
  • AuthServer: http://localhost:51511
  • BackendAdminApp: http://localhost:51512
  • PublicWebsite: http://localhost:51513