From a53f7ed47c5e910cc0c37d3a2618ee2ac9582402 Mon Sep 17 00:00:00 2001 From: Kapten boneng Date: Mon, 4 Nov 2024 10:12:04 +0700 Subject: [PATCH] Create Backend (NestJS): --- Backend (NestJS): | 54 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 Backend (NestJS): diff --git a/Backend (NestJS): b/Backend (NestJS): new file mode 100644 index 0000000..3bd298e --- /dev/null +++ b/Backend (NestJS): @@ -0,0 +1,54 @@ + +1. Struktur Proyek + +Backend (NestJS): + +/src + +/app + +/modules + +dapp.module.ts + +interoperability.module.ts + +wallet.module.ts + +incentives.module.ts + +education.module.ts + +governance.module.ts + + + +app.module.ts + +main.ts + + +package.json + + +Frontend (ReactJS): + +/src + +/components + +DappMarketplace.js + +WalletIntegration.js + +Incentives.js + +EducationResources.js + +Governance.js + + +App.js + + +package.json