Skip to content

krisono/claims-dashboard

Repository files navigation

Claims Dashboard

A web application for managing and tracking insurance claims.

What It Does

This dashboard helps manage insurance claims by providing:

  • A dashboard with key metrics and statistics
  • A table to view and filter all claims
  • User authentication to secure access
  • Real-time data updates

How It Works

The application is built with Next.js and uses:

  • PostgreSQL database to store claims data
  • Prisma to interact with the database
  • NextAuth for user login and authentication
  • Tailwind CSS for styling

Getting Started

  1. Install dependencies:
npm install
  1. Set up your database connection in .env:
DATABASE_URL="your-database-url"
NEXTAUTH_SECRET="your-secret"
NEXTAUTH_URL="http://localhost:3000"
  1. Run database migrations:
npm run db:migrate
  1. Seed the database with sample data:
npm run db:seed
  1. Start the development server:
npm run dev
  1. Open http://localhost:3000 in your browser

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors