Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 851 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 851 Bytes

BCH compliance For more info, click here.

NIUTeam

Real Estate - Give Buildings a Personality

Backend

To compile the backend run:

make

Upload the binaries as AWS Lambda functions.

Frontend

Note we use an Auth0 free tier as an OICD provider, the frontend expects a file: auth0.config.json in the root directy with the following fields:

{
  "domain": "",
  "clientId": "",
  "cacheLocation": "",
  "audience": ""
}

PS:

We added a lambda function to the code which performs entity resolution out of the documents we attach to the UOI. However we did not manage to integrate it anymore, but it works on many invoices we tested.