/copilot-demo

Skeleton to facilitate demoing GitHub Copilot

Primary LanguageC#MIT LicenseMIT

GitHub Copilot Demo

Example 1 - URL Shortener

flask app with two endpoints - /create and /* catch all create accepts a json object with url and name and stores the pair in a csv file /* reads the name from path and looks up the csv to redirect to url matching name

GitHub Next