Skip to content

xmesaj2/netcore-grpc-docker-boilerplate

 
 

Repository files navigation

build-status

Table of contents

  1. Project structure
  2. Prerequisites
  3. Tools used
  4. Preparing
  5. Running
    1. Visual Studio Code
    2. Visual Studio
  6. Modifying grpc proto files

Project structure

Prerequisites

Product Min. version Link
Docker 17.12.0-ce (23011) Windows, MacOS
Visual studio code 1.20.1 Windows, MacOS
.NET Core SDK 2.0.0 Windows, MacOS

Tools used

Tool
docker-compose
grpc

Preparing

git clone git@github.com:joakimhew/netcore-grpc-docker-boilerplate.git

docker-compose -f docker-compose.yml -f docker-compose.debug.yml up --build -d

Running

Visual Studio Code

  1. Debug section -> Debug all

vsc-debug-image


About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 99.9%
  • Shell 0.1%