liamfotheringham / .NET-Core-Weather-Application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.NET-Core-Weather-Application

This application allows users to log in using Google OAuth Authentication and a Weather API to search different locations, returning weather data.

The application is available from: https://liamfotheringhamweatherapplication.azurewebsites.net/

Built using the latest .NET Core v6.0, and hosted on an Azure App Service, this communicates with an internal SQL Server and Database, ensuring communication is trusted and internal.

A CI/CD Pipeline was implemented using GitHub Actions. Deployments are made to the App Service on each commit to the Master branch, as expected in a production pipeline.

About


Languages

Language:C# 79.1%Language:HTML 19.4%Language:CSS 1.2%Language:JavaScript 0.3%