From the course: AI-Powered Programming with GitHub Copilot by Microsoft Press
Unlock this course with a free trial
Join today to access over 25,500 courses taught by industry experts.
Design, build, and test the application - Github Copilot Tutorial
From the course: AI-Powered Programming with GitHub Copilot by Microsoft Press
Design, build, and test the application
- [Instructor] As a capstone for this course, I'm going to show you how we can, working alongside GitHub Copilot, plan out, build, and deploy an entire application, simple as that. And the solution requirements for this application, we're going to do a three-page simple proof of concept Node.js web application. We're going to ask GitHub Copilot to help us with unit tests to verify page routing. We'll include a page in the application that's a simple To Do task tracker that uses file-based data storage. Now, some concerns and workarounds to those concerns. Number one, principally, we have that September, 2021 knowledge cutoff that may or may not raise issues in the code that GitHub Copilot gives us. We're going to work around that though because as I've found in my working with GitHub Copilot Chat, it does seem to have a more current index than using, say, the ChatGPT UI or just using GitHub Copilot off-the-shelf.…