Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jguadagno/contacts
This repository is being used for the stream Coding with JoeG. Build a Contact application.
https://github.com/jguadagno/contacts
azure net-core net-core-webapi twitch
Last synced: about 2 months ago
JSON representation
This repository is being used for the stream Coding with JoeG. Build a Contact application.
- Host: GitHub
- URL: https://github.com/jguadagno/contacts
- Owner: jguadagno
- License: mit
- Created: 2014-01-22T00:06:09.000Z (about 11 years ago)
- Default Branch: main
- Last Pushed: 2024-10-11T00:11:40.000Z (4 months ago)
- Last Synced: 2024-10-19T01:18:03.037Z (4 months ago)
- Topics: azure, net-core, net-core-webapi, twitch
- Language: C#
- Homepage: https://www.josephguadagno.net/2020/04/25/coding-with-joeg-im-streaming
- Size: 978 KB
- Stars: 9
- Watchers: 5
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- 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
![Deploy Contacts Web UI and API](https://github.com/jguadagno/Contacts/workflows/Deploy%20Contacts%20Web%20UI%20and%20API/badge.svg)
## 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/))