This is a web-based insurance management application developed as a software engineering project for the ESC-591 course.
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.
-
Clone the repository
$ git clone https://github.com/itsKD007/InsuranceManagement -
Enter the new directory
$ cd InsuranceManagement -
Install the dependencies
$ npm install -
Setup the databases
$ npm run setup-db -
Build the project (including the frontend)
$ npm run build -
Run the project
$ npm start