Time tracking solution
Achitecture and technologies
- Start elasticsearch container
docker-compose -f docker-compose.yml -f docker-compose.override.yml up elasticsearch
2.Start kibana container
docker-compose -f docker-compose.yml -f docker-compose.override.yml up kibana
- Start consul container
docker-compose -f docker-compose.yml -f docker-compose.override.yml up consul
- Start rabbitmq container
docker-compose -f docker-compose.yml -f docker-compose.override.yml up rabbitmq
5.Change connection string in TimeTracking and TimeTracking.Identuty projects
-
Create databases and run migrations
-
Start projects locally
in project directoy run command
docker-compose -f docker-compose.yml -f docker-compose.override.yml up -d
##Rabbit mq management UI
** http://localhost:15672/**
{
"name" : "03814a4258e7",
"cluster_name" : "docker-cluster",
"cluster_uuid" : "-DroBZiMRsie1XhnTXpkog",
"version" : {
"number" : "7.9.2",
"build_flavor" : "default",
"build_type" : "docker",
"build_hash" : "d34da0ea4a966c4e49417f2da2f244e3e97b4e6e",
"build_date" : "2020-09-23T00:45:33.626720Z",
"build_snapshot" : false,
"lucene_version" : "8.6.2",
"minimum_wire_compatibility_version" : "6.8.0",
"minimum_index_compatibility_version" : "6.0.0-beta1"
},
"tagline" : "You Know, for Search"
}
http://localhost:5601/app/home
http://localhost:8600/healthchecks-ui#/healthchecks
http://localhost:8500/ui/dc1/services
http://localhost:44593/swagger/index.html
http://localhost:57732/swagger/index.html