Skip to content

GSoC'2021_phase1

Pre-release
Pre-release
Compare
Choose a tag to compare
@Purvanshsingh Purvanshsingh released this 12 Jul 12:22
· 9 commits to main since this release
5ddb24d

This is the release for the work done in Google Summer of code 2021 phase-1.
Release consist of working creditrisk-poc with the following features:

  • Functionally (CRUD) working creditrisk API.
  • Three classes Borrower, Loan, & Collateral.
  • All the classes are linked to each other with Foreign keys.
  • Table attributes in the database are of property types (xsd:range).
  • ApiDoc generation via owl ontology is Automated.
  • Tests added for creditrisk API.
  • Repository Updated & restructured.