updated README

This commit is contained in:
2026-06-17 01:45:32 +09:00
parent c27200d9cd
commit 6fc0172ec3
2 changed files with 13 additions and 0 deletions

View File

@@ -34,6 +34,19 @@ Journi is a web application for journaling and visualizing travel experiences. U
---
## Backend — Firebase
![Database diagram](/DB-diagram.PNG)
| Service | Purpose |
|---------|---------|
| **Authentication** | Google account sign-in via `GoogleAuthProvider` |
| **Firestore** | Stores user profiles (`users/{uid}`) and journal entries (`users/{uid}/entries/{id}`) |
| **Storage** | Stores uploaded trip photos, accessed per user |
| **Security rules** | Simple per-user access — only authenticated users can read/write their own data |
---
## Code Organization
```

BIN
public/DB-diagram.PNG Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB