Skip to content

BuiltWithGenie/InsuranceAnalysis

Repository files navigation

Insurance data analysis

An app to analyze and browse insurance data. First page shows tables with contract data, which can be grouped and aggregated by columns. Second page shows a Year event loss table.

CleanShot 2024-09-30 at 16 42 28

Installation

Clone the repository and install the dependencies:

First cd into the project directory then run:

$> julia --project -e 'using Pkg; Pkg.instantiate()'

Then run the app

$> julia --project
julia> using GenieFramework
julia> Genie.loadapp() # load app
julia> up() # start server

Usage

Open your browser and navigate to http://localhost:8000/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published