How to accomplish the Back End Development and APIs Course?

How do I complete the Back End Development course?

The description says to finish the challenges locally or use Gitpod/Site Builder. I do not wish to use Gitpod or Site Builder, although I don’t know how to accomplish them locally and display progress on fCC. I tried using GitHub Pages to provide a url for the challenges, but it didn’t work.

No rush and I appreciate your support in advance.

you can’t use github pages as github pages offer only hosting for static pages. If you build the app locally you can submit the localhost link.

You will need to use a live hosting for the final projects, but you can also test those with a localhost link

Thank you for the help.