{"id":21834251,"url":"https://github.com/microsoft/copilothackathon","last_synced_at":"2025-05-15T13:07:20.223Z","repository":{"id":152162589,"uuid":"619854771","full_name":"microsoft/CopilotHackathon","owner":"microsoft","description":"GitHub Copilot Hackathon using Nodejs, JAVA, Python \u0026 .NET","archived":false,"fork":false,"pushed_at":"2025-01-14T14:46:10.000Z","size":4222,"stargazers_count":172,"open_issues_count":0,"forks_count":395,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-05-15T00:07:50.722Z","etag":null,"topics":["dotnet","github-copilot","java","node-js","python"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/microsoft.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":"SECURITY.md","support":"SUPPORT.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-03-27T14:49:31.000Z","updated_at":"2025-05-01T00:27:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"2b25a947-e6d7-4d57-accd-adc758207751","html_url":"https://github.com/microsoft/CopilotHackathon","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2FCopilotHackathon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2FCopilotHackathon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2FCopilotHackathon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2FCopilotHackathon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/microsoft","download_url":"https://codeload.github.com/microsoft/CopilotHackathon/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254346624,"owners_count":22055808,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dotnet","github-copilot","java","node-js","python"],"created_at":"2024-11-27T20:09:33.976Z","updated_at":"2025-05-15T13:07:18.399Z","avatar_url":"https://github.com/microsoft.png","language":"HTML","readme":"# GitHub Copilot Hackathon\n\nDemo project for running labs to evaluate Copilot viability\n\n- [Goal](#goal)\n- [Pre-requisites](#pre-requisites)\n- [Work with Github Codespaces](#work-with-github-codespaces)\n- [Work locally](#work-locally)\n- [Instructions](#instructions)\n- [Quick Links](#quick-links)\n\n## Goal\n\nThe goal of a GitHub Copilot Hackathon is to learn how to use it, using a set of [exercises (labs)](#labs-instructions) that consist of building a web server using Nodejs with different functionalities, a .NET Web API or a Java Rest API (either Spring Boot or Quarkus).\n\nWe have also set two exercises for data engineers and data scientists based on python.\n\nFor those who are already familiar with GitHub Copilot, we have also defined a series of [challenges](#challenges-instructions) to test your skills. In this case, you will find an introduction and short guidance to help you solve the challenge, but you will have to do most of the work on your own (with the help of Copilot, of course).\n\nGitHub Copilot is an AI-powered code assistant that helps developers write better code faster. It uses machine learning models trained on billions of lines of code to suggest whole lines or entire functions based on the context of what you’re working on. By using Copilot, you can learn how to write better code and improve your productivity.\n\nRemember:\n\n- As you type GitHub Copilot will make suggestions, you can accept them by pressing Tab.\n- If nothing shows up after Copilot write some lines, press enter and wait a couple of seconds.\n- Press **Ctrl + Enter**, to see more suggestions.\n- Use Copilot chat to support your learning and development.\n- Press **Ctrl + i** to start Copilot chat inline within your code. \n\n## Pre-requisites\n\n**GitHub Copilot access**\n\nIf you still do not have an active Copilot license, a 30 day trial can be requested here: https://github.com/github-copilot/signup.\n\n### Work with GitHub Codespaces\n\nEnvironment is already configured to work with Github Codespaces, you can find the configuration files in the `.devcontainer` folder.\n\nTo start programming just start a new codespace and you are ready to go, don't need to install anything.\n\n### IDE Extensions\n\nInstall the Copilot Extension for you IDE:\n\n- [Visual Studio Code Copilot Extension](https://docs.github.com/en/copilot/using-github-copilot/getting-code-suggestions-in-your-ide-with-github-copilot?tool=vscode)\n- [Visual Studio 2022 Copilot Extension](https://learn.microsoft.com/en-us/visualstudio/ide/visual-studio-github-copilot-extension?view=vs-2022)\n- [Visual Studio 2022 Copilot Chat Extension](https://learn.microsoft.com/en-us/visualstudio/ide/visual-studio-github-copilot-chat?view=vs-2022)\n- [JetBrains Copilot Extension](https://docs.github.com/en/copilot/using-github-copilot/getting-code-suggestions-in-your-ide-with-github-copilot?tool=jetbrains)\n\n### Install Copilot CLI\n\nFollow the instructions for your operating system:\n- [Copilot CLI](https://github.com/cli/cli#installation)\n\n### Work locally\n\n**VisualStudio Code**\n\nhttps://code.visualstudio.com/\n\n**Install Docker**\n\nhttps://docs.docker.com/engine/install/\n\n**For Nodejs**\n\n- [Install Node and npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)\n- Install mocha: \n\nRun:\n\n``` bash\n npm install --global mocha\n npm install axios\n```\n\n**For .NET**\n\n[Install .Net](https://dotnet.microsoft.com/download)\n\n**For Java**\n\n- [Install Java](https://learn.microsoft.com/en-us/java/openjdk/install)\n- [Install Maven](https://maven.apache.org/install.html)\n\n**For Python**\n- [Install Python](https://www.python.org/downloads/)\n\n**For C++**\n- [Install cmake](https://cmake.org/download/)\n\n## Labs instructions\n\n- [Node Server](./exercisefiles/node/README.md)\n- [Node Server Typescript](./exercisefiles/node_typescript/README.md)\n- [.NET Web API](./exercisefiles/dotnet/README.md)\n- [Java Spring Boot](./exercisefiles/springboot/README.md)\n- [Java Quarkus](./exercisefiles/quarkus/README.md)\n- [Python Data Engineer](./exercisefiles/dataengineer/README.md)\n- [Python Data Scientist](./exercisefiles/datascientist/README.md)\n- [C++](./exercisefiles/c++/README.md)\n\n## Challenges instructions\n\n- [Develop a shop cart](./challenges/eshop/eshop.md) \n- [Develop a memory game](./challenges/memorygame/memorygame.md)\n- [Develop a chat based on websockets](./challenges/chatwebsockets/chatwebsockets.md)\n- [Behavior Driven Development (BDD) challenge](./challenges/bdd/README.md)\n- [Analysis cryptocurrency market](./challenges/cryptoanalisis/crypto.md)\n\n## Quick Links \n\n1. [About GitHub Copilot](https://docs.github.com/en/copilot/about-github-copilot)\n\n2. [Getting started with GitHub Copilot](https://docs.github.com/en/copilot/using-github-copilot/getting-started-with-github-copilot)\n\n3. [About code referencing in GitHub Copilot](https://docs.github.com/en/copilot/using-github-copilot/finding-public-code-that-matches-github-copilot-suggestions)\n\n4. [Using GitHub Copilot Chat in your IDE](https://docs.github.com/en/copilot/github-copilot-chat/using-github-copilot-chat-in-your-ide)\n\n5. [Enabling GitHub Copilot in the CLI](https://docs.github.com/en/copilot/github-copilot-in-the-cli/enabling-github-copilot-in-the-cli)\n\n6. [GitHub Copilot MS Learn Modules](https://learn.microsoft.com/en-us/training/browse/?terms=github%20copilot)\n\n7. [GitHub Copilot Certifications](https://resources.github.com/learn/certifications/)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicrosoft%2Fcopilothackathon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmicrosoft%2Fcopilothackathon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicrosoft%2Fcopilothackathon/lists"}