Getting Started
Video
Preparing Your Development Environment
- Install the .NET CLI
- Red Hat Enterprise Linux:
yum install dotnet-sdk-3.1
- Fedora:
dnf install dotnet-sdk-3.1
- Debian/Ubuntu:
apt install dotnet-sdk-3.1
- Red Hat Enterprise Linux:
- Install EntityFramework Tools For .NETCore
dotnet tool install --global dotnet-ef
- Install Docker
- Install docker-compose
- Install your preferred IDE for C#/.NET development
- Install OpenAPI Generator Version 5.0.0 (Currently in Beta as of Oct. 2020)
npm install -g @openapitools/openapi-generator-cli@cli-5.0.0-beta2
- [OPTIONAL] A Kubernetes Environment To Experiment With
- Install Minikube
- Uses VMs or Docker to create a single node Kubernetes cluster
- Install Minikube