-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathquest.yml
More file actions
29 lines (29 loc) · 905 Bytes
/
quest.yml
File metadata and controls
29 lines (29 loc) · 905 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
id: github_copilot_migration
title: "Transform Your Code: GitHub Copilot Magic"
subtitle: "Upgrade backend: Migrate Python to Node.js using GitHub Copilot"
description: In this quest, you'll learn how to use GitHub Copilot to migrate an
existing Python server into a Node.js server with Express. You'll start by
verifying the Python server, then create and run a Node server, and finally,
migrate the routes to Node.js.
skills:
- backend
- git
- documentation
steps:
- run_python_server
- create_new_branch
- create_node_server_prompt
- run_both_servers
- migrate_endpoints
- update_readme
level: intermediate
type: PROMPT
duration: 1
frameworks:
backend:
- python
repository: https://github.com/trywilco/python-server
sidebarTools:
- name: GitHub Quests FAQ
link: https://trywilco.notion.site/GitHub-Universe-FAQ-11ac0eacc16280cca15de0b1518fa087
icon: faq-icon.svg