diff --git a/showcase.json b/showcase.json index 3aed63603c..2381050418 100644 --- a/showcase.json +++ b/showcase.json @@ -3245,5 +3245,19 @@ ], "usesInternetIdentity": true, "github": "https://github.com/id-daniel-mccoy/asset-app" - } + }, + { + "name": "user controlled mind and body canister", + "id": "ic-mind-body-canister", + "website": "https://github.com/blueberryxtech/ic-mind-body-canister", + "oneLiner": "tooling for uploading and accessing mind and body data from a firebase API onto ICP canister, blueberry data as a reference example", + "logo": "/img/showcase/ic-mind-body-canister.png", + "tags": [ + "Tools / Infrastructure" + ], + "description": "POC of a decentralized mind and body data management tooling that leverages Internet Computer (IC) technology. This POC provides methods and interface to submit HTTP Outcall requests to a proxy API that interfaces with a Firebase FIrestore database. It provides an example front end react application that interacts with a motoko backend.", + "usesInternetIdentity": true, + "github": "https://github.com/blueberryxtech/ic-mind-body-canister", + "submittableId": "44190088" + } ] diff --git a/static/img/showcase/ic-mind-body-canister.png b/static/img/showcase/ic-mind-body-canister.png new file mode 100644 index 0000000000..41dea7b29a Binary files /dev/null and b/static/img/showcase/ic-mind-body-canister.png differ