https://github.com/jguadagno/contacts-noauth-noimage
The contacts demo application without Authentication/Authorization and Blog Storage for the Image
https://github.com/jguadagno/contacts-noauth-noimage
Last synced: 3 months ago
JSON representation
The contacts demo application without Authentication/Authorization and Blog Storage for the Image
- Host: GitHub
- URL: https://github.com/jguadagno/contacts-noauth-noimage
- Owner: jguadagno
- License: mit
- Created: 2025-02-10T00:36:29.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-10T23:26:59.000Z (4 months ago)
- Last Synced: 2025-02-22T12:05:12.525Z (3 months ago)
- Language: C#
- Size: 917 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Contacts
This repository is being used for the stream ***Coding with JoeG***. Follow the stream on [Twitch](https://twitch.tv/jguadagno).
We'll follow the development flow [outlined here](outline.md) for content for the stream. The stream and outline will have us build a brand new application to manage and view your contacts. I know, we have our phones for that, but everyone should understand the basic needs of the application. You should be able to following along with the stream as we go.
## Build Status

## Setup
We'll include any setup required to get going with this project
### Software Tools
* [Visual Studio](https://visualstudio.microsoft.com/) [Code](https://code.visualstudio.com/?wt.mc_id=DX_841432) ([Mac](https://code.visualstudio.com/docs/?dv=osx)/[Windows](https://code.visualstudio.com/?wt.mc_id=DX_841432#))
* [Visual Studio](https://visualstudio.microsoft.com/) Community ([Windows](https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=Community&rel=16))
* [JetBrains](https://www.jetbrains.com/) [Rider](https://www.jetbrains.com/rider/) ([Mac](https://www.jetbrains.com/rider/download/download-thanks.html/) / [Windows](https://www.jetbrains.com/rider/download/download-thanks.html))### Environment
#### Cloud
***NOTE*** These are tentative
* Azure SQL Database ([docs](https://azure.microsoft.com/en-us/services/sql-database/))
* Azure Web Apps ([docs](https://azure.microsoft.com/en-us/services/app-service/web/))
* Blog Storage ([docs](https://azure.microsoft.com/en-us/services/storage/blobs/))
* Azure CDN ([docs](https://azure.microsoft.com/en-us/services/cdn/))
* Azure Active Directory ([docs](https://azure.microsoft.com/en-us/services/active-directory/))
* Azure Key Vault ([docs](https://azure.microsoft.com/en-us/services/key-vault/))
* Azure API Management ([docs](https://azure.microsoft.com/en-us/services/api-management/))