Skip to content

The project is a .netcore6+EFCore6 project about two microservices with API GateWay

Notifications You must be signed in to change notification settings

kubraozyakisir/OrderApplication

Repository files navigation

Each api in microservices folder can be run with swagger ui. Enter the launchSettings.Json file, and then change the commented line and the below line. As an example, launchSettings.Json file in the CustomerApi folder; //"launchUrl": "swagger/index.html",
"launchUrl": "customerapi/customer/get/3",

For testing in Api Gateway, please undo changes.