Project realized by Alban Falcoz and Evan Galli
as part of the Middleware and Service Oriented Computing course.
- .NET Runtime 8.0
- ASP.NET Core Runtime 8.0
- ActiveMQ
- Copy the
appsettings.template.json
file that you'll find inCache
. Name the copyappsettings.json
and set the token values. - Build the solution with
dotnet publish
- Launch ActiveMQ
- Launch the cache service
.\Cache\bin\Release\net8.0\*\publish\Cache.exe
- Launch the routing service
.\RoutingService\bin\Release\net8.0\*\publish\RoutingService.exe
- Launch the web server
.\WebFrontend\bin\Release\net8.0\*\publish\WebFrontend.exe
- In your web browser go to http://localhost:5000
- Use the TUI client :
.\ConsoleClient\bin\Release\net8.0\*\publish\ConsoleClient.exe