Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.1 KB

index.md

File metadata and controls

34 lines (26 loc) · 1.1 KB

Onboarding Tutorial for New Joiners

Part 1: Configure Your Local Development Environment

Introduction

  • Brief overview of the technologies used: .NET Core, .NET 8, Web API, Docker, etc.
  • Importance of setting up the local environment correctly.

Prerequisites

  • List of required software and tools:
    • Visual Studio or Visual Studio Code
    • .NET SDK 8.0
    • Docker Desktop
    • Git
    • Any other specific tools or extensions

Step-by-Step Setup Guide

Install .NET SDK 8.0

  • Download and install the .NET SDK from the official Microsoft .NET website.

Install Visual Studio/Visual Studio Code

  • Download and install Visual Studio or Visual Studio Code.
  • Recommended extensions for Visual Studio Code: C#, Docker, etc.

Install Docker Desktop

  • Download and install Docker Desktop from the official Docker website.
  • Ensure Docker is running and properly configured.

Clone the Project Repository

  • Open a terminal or command prompt.
  • Run the following command to clone the repository:
    git clone https://github.com/your-repo/project.git