https://github.com/cloudacademy/azure-get-started-app-service
https://github.com/cloudacademy/azure-get-started-app-service
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cloudacademy/azure-get-started-app-service
- Owner: cloudacademy
- Created: 2020-05-24T01:20:45.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T20:25:47.000Z (over 3 years ago)
- Last Synced: 2025-04-09T12:21:26.677Z (about 1 year ago)
- Language: C#
- Size: 1020 KB
- Stars: 4
- Watchers: 2
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lorrylogappservice
These are the projects related to the Cloud Academy course Getting Started with Azure App Service
https://cloudacademy.com/course/getting-started-with-azure-app-service-949/introduction/?context_resource=lp&context_id=58
Projects within the solution
#LorryLog
Sql scripts for the tables
# LorryLogAdmin
Web app talking to the LorryLogAPI
# LorryLogAPI
A web api app talking to an Azure Sql database
# LorryModels
A class library with 2 simple classes used in the web apps
# LorryTests
A basic test project for testing the LorryLogAPI vehicle controller