Students' project at E-Business course at Faculty of Technical Sciences in Novi Sad, which has goal to implement insurance company information system (ICIS), and full payment sistem middle layer that mediates ICIS and banking e-services required to process e-payment.
Project analysis has been done at our Wiki page. Analysis that has been conducted consists of the following modules:
- [System architecture diagram](https://github.com/aleksandarbos/InsuranceCompany/wiki/System architecture)
- [Use Case Diagram](https://github.com/aleksandarbos/InsuranceCompany/wiki/Use Case diagram)
- [Data flow diagram](https://github.com/aleksandarbos/InsuranceCompany/wiki/Data flow diagram)
- [OWASP Top 10 Analysis](https://github.com/aleksandarbos/InsuranceCompany/wiki/OWASP Top 10 Analysis)
- .NET Core 1.0 MVC
- Drools for Spring Boot
- JavaScript - Angular 1.5 (Material design)
- HTML/CSS
- PowerDesigner for schema modeling
- Microsoft SQL Server
- Draw.io - for general diagrams
- Microsoft ThreatModelingTool 2016 - for Data flow diagram
-
dotnet restore
at InsuranceCompany folder to install all project dependencies
-
dotnet run
at InsuranceCompany folder to run web server
OR
- Publish and deploy app to IIS
- MIT