update README

This commit is contained in:
adeliptr 2025-06-11 09:42:43 +09:00
parent 3998eda7d6
commit c515f1f618
2 changed files with 9 additions and 2 deletions

View File

@ -43,7 +43,8 @@ Demo Video: [Triptide Demo Video](https://youtu.be/l9IxPiXSwII)
- [My Memories Page](#my-memories-page) - [My Memories Page](#my-memories-page)
- [Code Organization](#code-organization) - [Code Organization](#code-organization)
- [Tech Stack](#tech-stack) - [Tech Stack](#tech-stack)
- [Component \& File Structure](#component--file-structure) - [Component \& File Structure](#component--file-structure)
- [Database Structure](#database-structure)
- [Design Patterns](#design-patterns) - [Design Patterns](#design-patterns)
- [MVC (Model-View-Controller)](#mvc-model-view-controller) - [MVC (Model-View-Controller)](#mvc-model-view-controller)
- [Observer Pattern](#observer-pattern) - [Observer Pattern](#observer-pattern)
@ -167,7 +168,7 @@ Browse a gallery of all your past trips, each represented by a photo deck.
- [Uploadcare](https://uploadcare.com) for uploading and converting photos to URLs - [Uploadcare](https://uploadcare.com) for uploading and converting photos to URLs
- [Unsplash API](https://unsplash.com/developers) for fetching location-based photos - [Unsplash API](https://unsplash.com/developers) for fetching location-based photos
### Component & File Structure ## Component & File Structure
``` ```
. .
├── README.md # Project documentation ├── README.md # Project documentation
@ -202,6 +203,12 @@ Browse a gallery of all your past trips, each represented by a photo deck.
└── vite.config.ts └── vite.config.ts
``` ```
## Database Structure
<p align="center">
<img src="static/README/database.png" alt="Recommendation Popup Screenshot" height="400">
</p>
## Design Patterns ## Design Patterns
### MVC (Model-View-Controller) ### MVC (Model-View-Controller)

BIN
static/README/database.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB