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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,14 +68,14 @@ Below you can see all the recorded videos about the application's development.
68
68
| <ahref="https://docs.microsoft.com/shows/beginners-series-to-learn-a-full-stack-application-with-azure-sql-prisma/creating-database-25-of-37-learn-a-full-stack-application-with-azure-sql-prisma-for-beginners?WT.mc_id=javascript-52133-gllemos"target="_blank"><imgsrc="medias\25-creating-database.gif"alt="Five second preview of the video"width="240" /></a><br> **[Vídeo 25 - Creating Database](https://docs.microsoft.com/shows/beginners-series-to-learn-a-full-stack-application-with-azure-sql-prisma/creating-database-25-of-37-learn-a-full-stack-application-with-azure-sql-prisma-for-beginners?WT.mc_id=javascript-52133-gllemos)**| Now we already created our Database server, it's time to create our Employee Database using Azure Portal. |
69
69
| <ahref="https://docs.microsoft.com/shows/beginners-series-to-learn-a-full-stack-application-with-azure-sql-prisma/creating-shadow-database-26-of-37-learn-a-full-stack-application-with-azure-sql-prisma-for-beginners?WT.mc_id=javascript-52133-gllemos"target="_blank"><imgsrc="medias\26-creating-shadow-database.gif"alt="Five second preview of the video"width="240" /></a><br> **[Vídeo 26 - Creating Shadow Database](https://docs.microsoft.com/shows/beginners-series-to-learn-a-full-stack-application-with-azure-sql-prisma/creating-shadow-database-26-of-37-learn-a-full-stack-application-with-azure-sql-prisma-for-beginners?WT.mc_id=javascript-52133-gllemos)**| In this video we are going to create shadow database using Azure Portal. |
70
70
| <ahref="https://docs.microsoft.com/shows/beginners-series-to-learn-a-full-stack-application-with-azure-sql-prisma/install-packages-27-of-37-learn-a-full-stack-application-with-azure-sql-prisma-for-beginners?WT.mc_id=javascript-52133-gllemos"target="_blank"><imgsrc="medias\27-install-packages-backend-project.gif"alt="Five second preview of the video"width="240" /></a><br> **[Vídeo 27 - Installing Packages](https://docs.microsoft.com/shows/beginners-series-to-learn-a-full-stack-application-with-azure-sql-prisma/install-packages-27-of-37-learn-a-full-stack-application-with-azure-sql-prisma-for-beginners?WT.mc_id=javascript-52133-gllemos)**| In this video we are going to install all the necessary packages for our project! |
71
-
| <ahref="https://docs.microsoft.com/shows/beginners-series-to-learn-a-full-stack-application-with-azure-sql-prisma/modeling-database-with-prisma-28-of-37-learn-a-full-stack-application-with-azure-sql-prisma-for-beginners?WT.mc_id=javascript-52133-gllemos"target="_blank"><imgsrc="medias\28-initializing-modeling-data-Prisma.gif"alt="Five second preview of the video"width="240" /></a><br> **[Vídeo 28 - Modeling Database with Prisma](https://docs.microsoft.com/shows/beginners-series-to-learn-a-full-stack-application-with-azure-sql-prisma/modeling-database-with-prisma-28-of-37-learn-a-full-stack-application-with-azure-sql-prisma-for-beginners?WT.mc_id=javascript-52133-gllemos)**| In this video we are going to learn how to initialize and modeling our database using Prisma. |
72
-
| <ahref="https://docs.microsoft.com/shows/beginners-series-to-learn-a-full-stack-application-with-azure-sql-prisma/using-prisma-migrations-29-of-37-learn-a-full-stack-application-with-azure-sql-prisma-for-beginners?WT.mc_id=javascript-52133-gllemos"target="_blank"><imgsrc="medias\29-migrating-database-with-prisma-migrate.gif"alt="Five second preview of the video"width="240" /></a><br> **[Vídeo 29 - Using Prisma Migrations](https://docs.microsoft.com/shows/beginners-series-to-learn-a-full-stack-application-with-azure-sql-prisma/using-prisma-migrations-29-of-37-learn-a-full-stack-application-with-azure-sql-prisma-for-beginners?WT.mc_id=javascript-52133-gllemos)**| In this video we are going to understand how Prisma migrations works! |
73
-
| <ahref="https://docs.microsoft.com/shows/beginners-series-to-learn-a-full-stack-application-with-azure-sql-prisma/using-prisma-studio-30-of-37-learn-a-full-stack-application-with-azure-sql-prisma-for-beginners?WT.mc_id=javascript-52133-gllemos"target="_blank"><imgsrc="medias\30-testing-prisma-schema-using-prisma-studio.gif"alt="Five second preview of the video"width="240" /></a><br> **[Vídeo 30 - Using Prisma Studio](https://docs.microsoft.com/shows/beginners-series-to-learn-a-full-stack-application-with-azure-sql-prisma/using-prisma-studio-30-of-37-learn-a-full-stack-application-with-azure-sql-prisma-for-beginners?WT.mc_id=javascript-52133-gllemos)**| In this video we are going to take a look how Prisma Studio works and use it to manipulate our database. |
71
+
| <ahref="https://docs.microsoft.com/shows/beginners-series-to-learn-a-full-stack-application-with-azure-sql-prisma/modeling-database-with-prisma-28-of-37-learn-a-full-stack-application-with-azure-sql-prisma-for-beginners?WT.mc_id=javascript-52133-gllemos"target="_blank"><imgsrc="medias\28-initializing-modeling-data-Prisma.gif"alt="Five second preview of the video"width="240" /></a><br> **[Vídeo 28 - Modeling Database with Prisma](https://docs.microsoft.com/shows/beginners-series-to-learn-a-full-stack-application-with-azure-sql-prisma/modeling-database-with-prisma-28-of-37-learn-a-full-stack-application-with-azure-sql-prisma-for-beginners?WT.mc_id=javascript-52133-gllemos)**| In this video we are going to learn how to initialize and modeling our database using Prisma. |
72
+
| <ahref="https://docs.microsoft.com/shows/beginners-series-to-learn-a-full-stack-application-with-azure-sql-prisma/using-prisma-migrations-29-of-37-learn-a-full-stack-application-with-azure-sql-prisma-for-beginners?WT.mc_id=javascript-52133-gllemos"target="_blank"><imgsrc="medias\29-migrating-database-with-prisma-migrate.gif"alt="Five second preview of the video"width="240" /></a><br> **[Vídeo 29 - Using Prisma Migrations](https://docs.microsoft.com/shows/beginners-series-to-learn-a-full-stack-application-with-azure-sql-prisma/using-prisma-migrations-29-of-37-learn-a-full-stack-application-with-azure-sql-prisma-for-beginners?WT.mc_id=javascript-52133-gllemos)**| In this video we are going to understand how Prisma migrations works! |
73
+
| <ahref="https://docs.microsoft.com/shows/beginners-series-to-learn-a-full-stack-application-with-azure-sql-prisma/using-prisma-studio-30-of-37-learn-a-full-stack-application-with-azure-sql-prisma-for-beginners?WT.mc_id=javascript-52133-gllemos"target="_blank"><imgsrc="medias\30-testing-prisma-schema-using-prisma-studio.gif"alt="Five second preview of the video"width="240" /></a><br> **[Vídeo 30 - Using Prisma Studio](https://docs.microsoft.com/shows/beginners-series-to-learn-a-full-stack-application-with-azure-sql-prisma/using-prisma-studio-30-of-37-learn-a-full-stack-application-with-azure-sql-prisma-for-beginners?WT.mc_id=javascript-52133-gllemos)**| In this video we are going to take a look how Prisma Studio works and use it to manipulate our database. |
74
74
| <ahref="https://docs.microsoft.com/shows/beginners-series-to-learn-a-full-stack-application-with-azure-sql-prisma/developing-createemployee-31-of-37-learn-a-full-stack-application-with-azure-sql-prisma-for-beginners?WT.mc_id=javascript-52133-gllemos"target="_blank"><imgsrc="medias\31-developing-create-employee.gif"alt="Five second preview of the video"width="240" /></a><br> **[Vídeo 31 - Developing 'CreateEmployee'](https://docs.microsoft.com/shows/beginners-series-to-learn-a-full-stack-application-with-azure-sql-prisma/developing-createemployee-31-of-37-learn-a-full-stack-application-with-azure-sql-prisma-for-beginners?WT.mc_id=javascript-52133-gllemos)**| In this video we're going to create our first function: Create Employee using Prisma & Azure Functions |
75
75
| <ahref="https://docs.microsoft.com/shows/beginners-series-to-learn-a-full-stack-application-with-azure-sql-prisma/developing-getemployees-32-of-37-learn-a-full-stack-application-with-azure-sql-prisma-for-beginners?WT.mc_id=javascript-52133-gllemos"target="_blank"><imgsrc="medias\32-developing-get-employees.gif"alt="Five second preview of the video"width="240" /></a><br> **[Vídeo 32 - Developing 'GetEmployees'](https://docs.microsoft.com/shows/beginners-series-to-learn-a-full-stack-application-with-azure-sql-prisma/developing-getemployees-32-of-37-learn-a-full-stack-application-with-azure-sql-prisma-for-beginners?WT.mc_id=javascript-52133-gllemos)**| In this video we are going to develop the functionality to list all the employees using Azure Functions. |
76
76
| <ahref="https://docs.microsoft.com/shows/beginners-series-to-learn-a-full-stack-application-with-azure-sql-prisma/developing-getemployee-33-of-37-learn-a-full-stack-application-with-azure-sql-prisma-for-beginners?WT.mc_id=javascript-52133-gllemos"target="_blank"><imgsrc="medias\33-developing-get-employee-by-id.gif"alt="Five second preview of the video"width="240" /></a><br> **[Vídeo 33 - Developing 'GetEmployee'](https://docs.microsoft.com/shows/beginners-series-to-learn-a-full-stack-application-with-azure-sql-prisma/developing-getemployee-33-of-37-learn-a-full-stack-application-with-azure-sql-prisma-for-beginners?WT.mc_id=javascript-52133-gllemos)**| In this video we are going to develop the functionality to return an employee by Id using Azure Functions. |
77
77
| <ahref="https://docs.microsoft.com/shows/beginners-series-to-learn-a-full-stack-application-with-azure-sql-prisma/developing-updateemployee-34-of-37-learn-a-full-stack-application-with-azure-sql-prisma-for-beginners?WT.mc_id=javascript-52133-gllemos"target="_blank"><imgsrc="medias\34-developing-update-employee.gif"alt="Five second preview of the video"width="240" /></a><br> **[Vídeo 34 - Developing 'UpdateEmployee'](https://docs.microsoft.com/shows/beginners-series-to-learn-a-full-stack-application-with-azure-sql-prisma/developing-updateemployee-34-of-37-learn-a-full-stack-application-with-azure-sql-prisma-for-beginners?WT.mc_id=javascript-52133-gllemos)**| In this video we are going to develop the functionality to update an employee by Id using Azure Functions. |
78
-
| <ahref="https://docs.microsoft.com/shows/beginners-series-to-learn-a-full-stack-application-with-azure-sql-prisma/developing-deleteemployee-35-of-37-learn-a-full-stack-application-with-azure-sql-prisma-for-beginners?WT.mc_id=javascript-52133-gllemos"target="_blank"><imgsrc="medias\35-developing-delete-employee.gif"alt="Five second preview of the video"width="240" /></a><br> **[Vídeo 35 - Developing 'DeleteEmployee'](https://docs.microsoft.com/shows/beginners-series-to-learn-a-full-stack-application-with-azure-sql-prisma/developing-deleteemployee-35-of-37-learn-a-full-stack-application-with-azure-sql-prisma-for-beginners?WT.mc_id=javascript-52133-gllemos)**| In this video we are going to develop the functionality to delete an employee by Id using Azure Functions. |
78
+
| <ahref="https://docs.microsoft.com/shows/beginners-series-to-learn-a-full-stack-application-with-azure-sql-prisma/developing-deleteemployee-35-of-37-learn-a-full-stack-application-with-azure-sql-prisma-for-beginners?WT.mc_id=javascript-52133-gllemos"target="_blank"><imgsrc="medias\35-developing-delete-employee.gif"alt="Five second preview of the video"width="240" /></a><br> **[Vídeo 35 - Developing 'DeleteEmployee'](https://docs.microsoft.com/shows/beginners-series-to-learn-a-full-stack-application-with-azure-sql-prisma/developing-deleteemployee-35-of-37-learn-a-full-stack-application-with-azure-sql-prisma-for-beginners?WT.mc_id=javascript-52133-gllemos)**| In this video we are going to develop the functionality to delete an employee by Id using Azure Functions. |
79
79
| <ahref="https://docs.microsoft.com/shows/beginners-series-to-learn-a-full-stack-application-with-azure-sql-prisma/deploying-the-app-with-aswa-36-of-37-learn-a-full-stack-application-with-azure-sql-prisma-for-beginners?WT.mc_id=javascript-52133-gllemos"target="_blank"><imgsrc="medias\36-deploying-application-azure-static-web-apps.gif"alt="Five second preview of the video"width="240" /></a><br> **[Vídeo 36 - Deploying the App with ASWA](https://docs.microsoft.com/shows/beginners-series-to-learn-a-full-stack-application-with-azure-sql-prisma/deploying-the-app-with-aswa-36-of-37-learn-a-full-stack-application-with-azure-sql-prisma-for-beginners?WT.mc_id=javascript-52133-gllemos)**| In this video we are going to deploy our application using Azure Static Web Apps with GitHub Actions Integration! |
80
80
| <ahref="https://docs.microsoft.com/shows/beginners-series-to-learn-a-full-stack-application-with-azure-sql-prisma/next-steps-37-of-37-learn-a-full-stack-application-with-azure-sql-prisma-for-beginners?WT.mc_id=javascript-52133-gllemos"target="_blank"><imgsrc="medias\37-next-steps.gif"alt="Five second preview of the video"width="240" /></a><br> **[Vídeo 37 - Next Steps](https://docs.microsoft.com/shows/beginners-series-to-learn-a-full-stack-application-with-azure-sql-prisma/next-steps-37-of-37-learn-a-full-stack-application-with-azure-sql-prisma-for-beginners?WT.mc_id=javascript-52133-gllemos)**| In this video we are going to see the next steps that you should see after this course! |
0 commit comments