From the course: Databases for Node.js Developers

Unlock this course with a free trial

Join today to access over 24,400 courses taught by industry experts.

How to use the exercise files

How to use the exercise files - Node.js Tutorial

From the course: Databases for Node.js Developers

How to use the exercise files

- [Narrator] All the exercise files for this course are available on GitHub. You'll find the repository at this URL. This repository has branches for each video in the course. You can switch between them using the branch selector on GitHub. The naming follows the following pattern, like here, when you have 04_09, this means that's the ninth video of the fourth chapter. If a branch has a b at the end, it shows the code at the beginning of that video. If it has an e, it shows the code at the end of the video. The main branch contains the project at the start and the final branch contains the complete finished project. To get started, you need to clone the repository and we will do that now. First I copy the repository URL. For that I click on code, and there I can now simply copy the URL of this repository. I now have to use the SSH URL because right now, while I'm recording this course, this repository is still private, but you can then just use HTTPS. So I copy my SSH URL, but…

Contents