• Laptop
  • Deployment
    • In the case of Heroku
      • It seems that the Free plan is sufficient in most cases.
      • With the Github Student Pack, you can also use one Hobby (always on) plan, so it seems good to move it there once it’s finished.
      • If it becomes necessary to create multiple deployments, it will need to be reconsidered.
    • In the case of GAS (Google Apps Script)
      • This might also be a good option.
      • Pros
        • It can be done for free at all times.
        • This seems to be the better choice when using the Classroom API.
        • The overall deployment flow seems simpler here.
        • Google seems more reliable than something like Heroku which is unfamiliar.
        • If data needs to be saved in a spreadsheet, it’s convenient to view the information in a familiar interface.
      • Cons
        • The only downside is that npm cannot be used, but it doesn’t seem to be too much of a hassle.
    • GAS seems better than Heroku. #GKADC