The site will need to be immensely simplified if it is going to be hosted on GitHub pages. So far, the data-basing system works great, but it requires PHP or NodeJS, both of which GitHub pages does not support. GitHub pages serves static sites only, and including a database is not static. (These links mainly talk about PHP but Node works the same way)
The site will need to be immensely simplified if it is going to be hosted on GitHub pages. So far, the data-basing system works great, but it requires PHP or NodeJS, both of which GitHub pages does not support. GitHub pages serves static sites only, and including a database is not static. (These links mainly talk about PHP but Node works the same way)