Skip to content

huangyingting/github-copilot

Repository files navigation

Github Copliot Workshop

Github Copilot Scenarios

To start Github Copilot Guided Workshop jump to WORKSHOP.md

To start Github Copilot Challenges to CHALLENGES.md

Solution Overview

To build and run the solution jump to BUILD-AND-RUN.md

This repository is based on the Azure Container Apps: Dapr Albums Sample

It's used as a code base to demonstrate Github Copilot capabilities.

The solution is composed of two microservices: the album API and the album viewer.

architecture

Album API (album-api)

The album-api is an .NET 7 Web API that retrieves a list of Albums from Azure Storage using the Dapr State Store API. Upon running the application for the first time the database will be seeded. For subsequent calls, the list of albums will be retrieved from the backing state store.

Album Viewer (album-viewer)

The album-viewer is a node application through which the albums retrieved by the API are surfaced. In order to display the repository of albums, the album viewer microservice uses the Dapr Service invocation API to contact the backend album API.

About

No description, website, or topics provided.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages