Life Insurance Management System in PHP
A dashboard website for a Life Insurance Company. Built using PHP, MySQL, HTML, CSS
Login, logout, session, multilevel access, image uploads are implemented here.Features
- Agents can create clients
- Agents can only edit and delete info of the client they created
- Master Agent can create, update, delete all clients and agents info
- Payment records and nominees can be added and managed by agents
Deploy on localhost
Assuming XAMPP is already installed in your local machine
- Clone into your xampp/htdocs folder
- Edit the lims/connection.php file with your database username and password
- Go to http://localhost/phpmyadmin
- Create a database named lims
- import the lims.sql file provided in database backup folder
- Go to http://localhost if you see a login page, it is working