Galaxy
A c# and asp.net core based micro service demo
파일 탐색기
최종 버전 다운로드 (.zip)- ServiceCollectionExtensions.cs
- OrderEntity.cs
- Galaxy.Order.csproj
- OrderService.cs
- OrderDto.cs
- Galaxy.Order.Abstraction.csproj
- IOrderService.cs
- OrderController.cs
- appsettings.Development.json
- appsettings.json
- Galaxy.Order.WebHost.csproj
- Program.cs
- skyapm.json
- Startup.cs
- ServiceCollectionExtensions.cs
- ProductEntity.cs
- Galaxy.Product.csproj
- ProductService.cs
- ProductDto.cs
- ProductQueryDto.cs
- Galaxy.Product.Abstraction.csproj
- GrpcOptions.cs
- IProductService.cs
- appsettings.Development.json
- appsettings.json
- Galaxy.Product.GrpcHost.csproj
- Program.cs
- skyapm.json
- Startup.cs
- ProductController.cs
- launchSettings.json
- appsettings.Development.json
- appsettings.json
- Galaxy.Product.WebHost.csproj
- Program.cs
- Startup.cs
- ServiceCollectionExtensions.cs
- GrpcDemo.csproj
- MyCalculator.cs
- MyTimeService.cs
- MultiplyRequest.cs
- MultiplyResult.cs
- TimeResult.cs
- GrpcDemo.Abstraction.csproj
- GrpcDemoOptions.cs
- ICalculator.cs
- ITimeService.cs
- GrpcDemo.ApiClient.csproj
- Program.cs
- GrpcDemo.GrpcClient.csproj
- Program.cs
- launchSettings.json
- appsettings.Development.json
- appsettings.json
- GrpcDemo.GrpcHost.csproj
- Program.cs
- Startup.cs
- CaculatorController.cs
- launchSettings.json
- appsettings.Development.json
- appsettings.json
- GrpcDemo.WebHost.csproj
- Program.cs
- Startup.cs
- .gitignore
- GrpcDemo.sln
- README.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/jessetalk/Galaxy
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd Galaxy
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
// repository documentation
Was this content helpful?
(0 ratings)
