This commit is contained in:
Marek Lenczewski
2026-04-08 19:15:34 +02:00
parent a0c8ecaf27
commit 2156bb3226
2 changed files with 82 additions and 47 deletions

6
database.md Normal file
View File

@@ -0,0 +1,6 @@
# Backend
Profile(id, name) - Profiledata
Video(id, title, youtuber, imgUrl, videoUrl, profile) - Videodata for profiles
# App
Profile(id, name) - Profiledata, sync with backend
Video(id, title, youtuber, imgPath, videoPath, profile) - Videodata for downloaded videos