Skip to content

Guided tour of Github Copilot's capacities and usage for demos and discovery of the service

Notifications You must be signed in to change notification settings

GarethSpring/gh-copilot-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github Copilot demo

Demo Scenarios

To start discovering Github Copilot jump to The Ultimate GitHub Copilot Tutorial on MOAW


Solution Overview

This repository has been inspired by 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 services: the .net album API and the NodeJS album viewer.

Album API (album-api)

The album-api is an .NET 8 minimal Web API that manage a list of Albums in memory.

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 contact the backend album API.

Debug

The easiest way is to open this solution in a GitHub Codespace, or run it locally in a devcontainer.

Once opened, just open the debug panel in VS Code and run the "All Services" configuration.

About

Guided tour of Github Copilot's capacities and usage for demos and discovery of the service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Bicep 27.0%
  • JavaScript 21.3%
  • C# 20.7%
  • HCL 15.3%
  • COBOL 8.3%
  • Pug 6.4%
  • CSS 1.0%