-
This thread on stackoverflow was helpful.
-
Good page to bookmark for the {{ url_for() }} syntax.
-
Reference for how the movie gross sales "string" was converted to a number. Video link.
-
Helpful freeCodeCamp article.
-
Intl.NumberFormat();mdn web docs reference.
-
A good primer on the Template Literals (i.e., the backticks ``) you see in the modal-related portions in the functions.js script.
-
A similar approach can be seen here. With movie data too!
- Info on Route Parameters and how they work in ORDS.