From f03b34d936c63f78b57ba0fc95e324f34ebbcf6e Mon Sep 17 00:00:00 2001 From: Dvir Daniel <183808379+dvir-daniel@users.noreply.github.com> Date: Wed, 13 Nov 2024 08:20:03 +0200 Subject: [PATCH] Update README.md --- README.md | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 82bffc1..eb01abf 100644 --- a/README.md +++ b/README.md @@ -270,13 +270,22 @@ Eartho is built for developers who care about privacy and security, but don't wa ## **Tech Stack** ⚙️ -- **Backend**: Next.js API for authentication + Node.js to manage overall data and endpoints -- **Frontend**: Next.js (React) -- **Database**: Firestore(Should be replaced) -- **Cloud**: Google Cloud Platform (GCP) -- **Authentication**: OAuth 2.0, JWT - -- **Auth.js**: Our one module use auth.js +Account Module: +- Next.js, +- NextAuth(Auth.js) +- Oidc-Provider(Panva) + +MyAccount Module: +- Next.js, +- NextAuth(Auth.js) - Use Account Module as provider + +Developers Module: +- Next.js, +- NextAuth(Auth.js) - Use Account Module as provider + +Infra: +- Database: Google Cloud Databases(Should be replaced) +- Cloud: Google Cloud Platform (GCP) ## **Developer? Add Eartho to Your App**