diff --git a/README.md b/README.md index 628b310..c91e15e 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,8 @@ Demo Video: [Triptide Demo Video](https://youtu.be/l9IxPiXSwII) - [My Memories Page](#my-memories-page) - [Code Organization](#code-organization) - [Tech Stack](#tech-stack) - - [Component \& File Structure](#component--file-structure) + - [Component \& File Structure](#component--file-structure) + - [Database Structure](#database-structure) - [Design Patterns](#design-patterns) - [MVC (Model-View-Controller)](#mvc-model-view-controller) - [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 - [Unsplash API](https://unsplash.com/developers) for fetching location-based photos -### Component & File Structure +## Component & File Structure ``` . ├── 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 ``` +## Database Structure +
+
+