The code behind https://juliapkgstats.com/.
Docker is required to run the following application without any modifications to the code.
The following environment variables are also required for automatically and using the database.
DB_PASSWORDClone the repository and install the dependencies, then cd into the project directory then run:
julia --project -e 'using Pkg; Pkg.instantiate()'Next, you need to add the data to the postgres database.
bash ./start_postgres.sh
bash ./update_data.shFinally, run the app
julia --projectusing GenieFramework
Genie.loadapp() # load app
up() # start serverOpen your browser and navigate to http://localhost:8000/