An open API service indexing awesome lists of open source software.

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

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