Can I turn in a project from github pages?

Doing the microservices certification currently. I tried turning in my project directly from github pages, but that returned an error. However when I turned in the same project hosted with glitch.com it worked.

Is there any way I can directly turn something in from github or do I need to use something like glitch.com or heroku every single time.

you can use repl.it, it also connects directly to github so you can import your projects with a couple of clicks

the issue with github pages is that it allows only static front-end pages

1 Like

Makes sense thank you :))