We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab43f24 commit 94f5debCopy full SHA for 94f5deb
1 file changed
README.md
@@ -0,0 +1,19 @@
1
+# lorrylogappservice
2
+These are the projects related to the Cloud Academy course Getting Started with Azure App Service
3
+https://cloudacademy.com/course/getting-started-with-azure-app-service-949/introduction/?context_resource=lp&context_id=58
4
+
5
+Projects within the solution
6
+#LorryLog
7
+Sql scripts for the tables
8
9
+# LorryLogAdmin
10
+Web app talking to the LorryLogAPI
11
12
+# LorryLogAPI
13
+A web api app talking to an Azure Sql database
14
15
+# LorryModels
16
+A class library with 2 simple classes used in the web apps
17
18
+# LorryTests
19
+A basic test project for testing the LorryLogAPI vehicle controller
0 commit comments