ONGAESHI Litepaper
  • Overview
  • Vision & Mission
  • Ecosystem
  • Key Stakeholders
  • Key Tools
  • System Overview
    • System Diagram
      • Smart Contract Diagram
      • Infrastructure Diagram
    • Smart Contract
      • Course Token (ERC 721)
      • Course Token Factory
      • Course Token Event
      • Talent Match
      • Deployed Smart Contract
      • Setting Up Environment
    • Public API
      • NFT API
        • View NFT Collection
        • View NFT Metadata
      • Talent
        • Request to Borrow NFT
      • Sponsor
        • Accept Talent Request
        • Reject Talent Request
      • Loan Details
  • Other
    • Audit
    • How To Contribute
Powered by GitBook
On this page
  1. System Overview
  2. System Diagram

Infrastructure Diagram

PreviousSmart Contract DiagramNextSmart Contract

Last updated 11 months ago

The Ongaeshi project is currently using a database in its project to hold various data that are not held in the NFT. This database works in conjunction with the front-end user application to allow users to view these data according to their role in the project. For example, companies may be able to view talents' resume and their progress in the course to see if they are a potential fit for the company. Sponsors and talents may also be able to see the course progress.

IGS admins are using APIs for many of their administrative tasks like minting, creating NFT, updating the data, and creating talent matching. These APIs are called through the system wallet and work the database.\