Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@

## What is Developer Finder?

The Developer Finder application is a container based application that uses Azure Web App for Containers in Azure App Services. It demonstrates how to make a web application with multiple technologies and containers.
The Developer Finder application is a container based application that uses Azure [Web App for Containers](https://azure.microsoft.com/en-us/services/app-service/containers/) in Azure App Services. It demonstrates how to make a web application with multiple technologies and containers.

*There are additional steps you must perform before clicking the Deploy button. Please refer to the [Developer Finder Documentation](https://azure-app-service.github.io/DemoApp/setup/2001/01/01/choose-a-name.html). for more details.*

[![Deploy to Azure](http://azuredeploy.net/deploybutton.png)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure-App-Service%2FDemoApp%2Fmaster%2Fazuredeploy.json)

## What does it do?

This sample includes a web application that allows users to authenticate and register with their GitHub and LinkedIn accounts, import data into their user profiles from those systems, and supplement their profile with additional information. The web application also provides users the ability to search for developers based on the information in their profile, and even suggests friends based on common profile information.
This sample includes a web application that allows users to authenticate and register with their [GitHub](http://www.github.com) and [LinkedIn](http://www.linkedin.com) accounts, import data into their user profiles from those systems, and supplement their profile with additional information. The web application also provides users the ability to search for developers based on the information in their profile, and even suggests friends based on common profile information.

In addition to the profile and search capabilities, the web application interacts with a custom chat system that allows users to engage in chat conversation on the web site.

The entire application is packaged inside Docker containers and deployed to Microsoft Azure. In addition to the container-based apps, Azure resources such as a MySQL database, Application Insights, and other Azure services are used to implement the application.
The entire application is packaged inside [Docker](http://www.docker.com) containers and deployed to Microsoft Azure. In addition to the container-based apps, Azure resources such as a MySQL database, [Application Insights](https://azure.microsoft.com/en-us/services/application-insights/), and other Azure services are used to implement the application.

![](docs/img/architecture.jpg)

Expand All @@ -24,4 +24,4 @@ See [Developer Finder Documentation](https://azure-app-service.github.io/DemoApp

## Disclaimer

See [License](LICENSE)
See [License](LICENSE)