Skip to content

itsKD007/InsuranceManagement

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Insurance Management System

GitHub repo size GitHub code size in bytes Hits

This is a web-based insurance management application developed as a software engineering project for the ESC-591 course.

Technical Details

The project is written almost entirely in typescript, both the frontend and the backend. A list of dependencies can be found at the end of the package.json file.

The databases use sqlite3 as the backend.

Additionally, scss has been used for styling.

Building and Setting Up

  1. Clone the repository

    $ git clone https://github.com/itsKD007/InsuranceManagement

  2. Enter the new directory

    $ cd InsuranceManagement

  3. Install the dependencies

    $ npm install

  4. Setup the databases

    $ npm run setup-db

  5. Build the project (including the frontend)

    $ npm run build

  6. Run the project

    $ npm start

About

Simple insurance management application as a web app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors