Technical requirements
The source code for this chapter can be found at https://github.com/PacktPublishing/Web-Development-with-Julia-and-Genie/tree/main/Chapter8. Please make sure you use Genie v5.2 or higher.
We also need the GenieFramework
plugin in order to make a dashboard, so open the Julia REPL in the app’s root folder, type ]
to go into Pkg mode, and enter the following:
(@v1.8) pkg> add GenieFramework (@v1.8) pkg> update