From the course: .NET Microservices for Azure Developers
Creating and cloning the repo - Azure Tutorial
From the course: .NET Microservices for Azure Developers
Creating and cloning the repo
- [Instructor] Let's create and clone the GitHub repo that we're going to use throughout the rest of the course. So let's navigate to the new page. And here I want it to be Azure-microservice-with-dotnet. And I want it to be private. And finally, let's create the repository. Okay, so now I'm ready to clone this. So let's copy this URL and open the terminal. And here, let's execute, git clone, and then let's space this, however, I'm going to change the alias, so I don't have that long name. And this is going to be microservices. And as you can see, this is the cloned repo. And now we're ready to create the dotnet solution.
Contents
-
-
-
-
Creating and cloning the repo1m 2s
-
(Locked)
Creating your first microservice using ASP.NET Core1m 54s
-
(Locked)
Creating and registering the DbContext for the microservice5m 49s
-
(Locked)
Creating the PetsController and returning the list of pets2m 36s
-
(Locked)
Obtaining a single pet in the PetsController1m 30s
-
(Locked)
Creating a new pet3m 21s
-
(Locked)
Challenge: Implementing BreedsController and validations1m 5s
-
(Locked)
Solution: Implementing BreedsController and validations1m 35s
-
-
-
-
-