tharropoulos / insurance-claim-example-app

Home Page:https://insurance-claim-example-app.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example Insurance App

This is an Next.js / Flask simple application for creating insurance claims. Users can provide

  • Policy number (string)
  • Date of accident (date/time)
  • Accident type (string, options: Car accident, Property damage, etc.)
  • Description of the accident (string)
  • Injuries reported (boolean)
  • Damage details (text)
  • Images (list of image files)

in order to create an insurance claim. File uploading is handled using Supabase blob storage, the authentication is built using flask_jwt_extended and the database provider is NeonDB. It uses pytest for testing. I wanted to have a bit more time in order to iron out the quirks.

About

https://insurance-claim-example-app.vercel.app


Languages

Language:TypeScript 73.0%Language:Python 24.4%Language:CSS 1.4%Language:JavaScript 0.6%Language:Mako 0.4%Language:Procfile 0.1%Language:Shell 0.0%