You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-15Lines changed: 17 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,21 +59,23 @@ Below you can see all the recorded videos about the application's development.
59
59
|**[Vídeo 18 - Dev Tools Overview & Installation]()**| In this video we are going to install all the necessary dev tools that we will go into need to develop our application in the BackEnd side. |
60
60
|**[Vídeo 19 - Configuring the .devContainer folder]()**| In this video we will understand the importance around to create a .devContainer folder in any project and a little overview about it! |
61
61
|**[Vídeo 20 - Important Resources & Recap]()**| Recap what we saw during the module 04 and preparing for what is coming! |
62
-
|**[Vídeo 21]()**| Video Description |
63
-
|**[Vídeo 22]()**| Video Description |
64
-
|**[Vídeo 23]()**| Video Description |
65
-
|**[Vídeo 24]()**| Video Description |
66
-
|**[Vídeo 25]()**| Video Description |
67
-
|**[Vídeo 26]()**| Video Description |
68
-
|**[Vídeo 27]()**| Video Description |
69
-
|**[Vídeo 28]()**| Video Description |
70
-
|**[Vídeo 29]()**| Video Description |
71
-
|**[Vídeo 30]()**| Video Description |
72
-
|**[Vídeo 31]()**| Video Description |
73
-
|**[Vídeo 32]()**| Video Description |
74
-
|**[Vídeo 33]()**| Video Description |
75
-
|**[Vídeo 34]()**| Video Description |
76
-
|**[Vídeo 35]()**| Video Description |
62
+
|**[Vídeo 21 - Application Overview]()**| In this video we will take a first look around the BackEnd application that we are going to build! |
63
+
| **[Vídeo 22 - Forking the Front-End project]()** | In this video we are going to forking/cloning the Front-End starter project!
64
+
|**[Vídeo 23 - Structuring the Back-End project]()**| In this video we are going to structuring the BackEnd project using Azure Functions. |
65
+
|**[Vídeo 24 - Creating Database Server]()**| In this video we are going to create our Database Server using the Azure Portal. |
66
+
|**[Vídeo 25 - Creating Database]()**| Now we already created our Database server, it's time to create our Employee Database using Azure Portal. |
67
+
|**[Vídeo 26 - Creating Shadow Database]()**| In this video we are going to create shadow database using Azure Portal. |
68
+
|**[Vídeo 27 - Installing Packages]()**| In this video we are going to install all the necessary packages for our project! |
69
+
|**[Vídeo 28 - Modeling Database with Prisma]()**| In this video we are going to learn how to initialize and modeling our database using Prisma. |
70
+
|**[Vídeo 29 - Using Prisma Migrations]()**| In this video we are going to understand how Prisma migrations works! |
71
+
|**[Vídeo 30 - Using Prisma Studio]()**| In this video we are going to take a look how Prisma Studio works and use it to manipulate our database. |
72
+
|**[Vídeo 31 - Developing 'CreateEmployee']()**| In this video we're going to create our first function: Create Employee using Prisma & Azure Functions |
73
+
|**[Vídeo 32 - Developing 'GetEmployees']()**| In this video we are going to develop the functionality to list all the employees using Azure Functions. |
74
+
|**[Vídeo 33 - Developing 'GetEmployee']()**| In this video we are going to develop the functionality to return an employee by Id using Azure Functions. |
75
+
|**[Vídeo 34 - Developing 'UpdateEmployee']()**| In this video we are going to develop the functionality to update an employee by Id using Azure Functions. |
76
+
|**[Vídeo 35 - Developing 'DeleteEmployee']()**| In this video we are going to develop the functionality to delete an employee by Id using Azure Functions. |
77
+
|**[Vídeo 36 - Deploying the App with ASWA]()**| In this video we are going to deploy our application using Azure Static Web Apps with GitHub Actions Integration! |
78
+
|**[Vídeo 37 - Next Steps]()**| In this video we are going to see the next steps that you should see after this course! |
0 commit comments