This folder contains the ASP.NET Core implementation of the Motor Survey System.
The Motor Survey System is designed to manage motor insurance claims efficiently. The system has two primary roles: the Surveyor and the User. Users initiate claims, surveyors conduct surveys and submit reports, and users or employees approve the surveys.
- Backend: .NET Core 6.0
- Frontend: ASP.NET Razor Pages / MVC
- Database: Oracle Database
-
User Side:
- Initiate motor insurance claims.
- View the status of submitted claims.
- Approve or reject survey reports.
-
Surveyor Side:
- Receive and view assigned claims.
- Conduct surveys and submit reports.
- Update the status of claims.
- .NET Core SDK
- Oracle Database
-
Clone the repository:
git clone https://github.com/your-username/motor-survey-system.git cd motor-survey-system/dotnet_core
-
Setup the Database:
- Run the SQL scripts located in the
database
folder to set up the Oracle database.
- Run the SQL scripts located in the
-
Configure the Connection String:
- Update the connection string in the
appsettings.json
file to point to your Oracle database instance.
- Update the connection string in the
-
Build and Run the Project:
dotnet build dotnet run
-
Initiate a Claim:
- Log in to the application.
- Navigate to the "Initiate Claim" section.
- Fill in the required details and submit.
-
Approve Survey:
- Review submitted survey reports.
- Approve or reject the survey.
-
View Assigned Claims:
- Log in to the application.
- Navigate to the "Assigned Claims" section.
-
Submit Survey:
- Conduct the survey and fill in the survey report.
- Submit the survey report.
For any inquiries or issues, please contact Nidhilal.