Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dvir-daniel authored Nov 13, 2024
1 parent 9a4df94 commit f03b34d
Showing 1 changed file with 16 additions and 7 deletions.
23 changes: 16 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down

0 comments on commit f03b34d

Please sign in to comment.