To install the sample application, you will need to fork the application from GitHub (we will discuss what this means shortly), which requires you to have an active GitHub account. If you already have a GitHub account, you can skip this step, however if you don't have an account, you can sign up for a free account at https://github.com:
Once you have an active GitHub account, you can access the sample application repository at https://github.com/docker-in-aws/todobackend. Rather than clone the repository, a better approach is to fork the repository, which means that a new repository will ...