This commit is contained in:
Marek Lenczewski
2026-04-08 08:51:59 +02:00
parent 375a9cd386
commit a0c8ecaf27
12 changed files with 75 additions and 92 deletions

6
structure.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