GodelTech / GodelTech.Microservices.Core

Microservice framework core functionality
MIT License
6 stars 2 forks source link

Create Framework case-study #38

Open DiamondDragon opened 3 years ago

DiamondDragon commented 3 years ago

DESCRIPTION

The following projects needs to be created:

Example needs to be saved to the following location:

https://github.com/GodelTech/GodelTech.Microservices.Examples/tree/master/src/REST%20API%20and%20UI%20Collaboration

Application examples can be found in the following integration tests:

https://github.com/GodelTech/GodelTech.Microservices.Security/tree/master/test

Resulted solution should start all three applications during debug session. More details you can find here:

https://docs.microsoft.com/en-us/visualstudio/debugger/debug-multiple-processes?view=vs-2019

rodchenkov commented 1 year ago

Hi @DiamondDragon

Can you please check if this point is still valid? We already updated README file and added demo part. https://github.com/GodelTech/GodelTech.Microservices.Core/blob/main/README.md https://github.com/GodelTech/GodelTech.Microservices.Core/tree/main/demo

Thank you