issues
search
mjoniec
/
Proj2_Planes
Distributed air traffic control system. Microservices, DDD, Docker, HostedServices
0
stars
0
forks
source link
Backend folder structure refactor
#28
Closed
mjoniec
closed
3 years ago
mjoniec
commented
3 years ago
[x] remove mock api, replace with simulated service making calls to actual api instead of real services (workers) of planes and airports
[x] hosted services folder: apis, background workers mqtt server, docker and compose files, separate folders and solutions
[x] domain (plane airport - business behaviors related) - nuget - separate folder and solution
[x] shared kernel (libs, clients (mqtt, http) contracts
[x] make simulated system work with traffic api on premises localhost - manual launch