First Commit

This commit is contained in:
2026-04-29 16:58:09 +01:00
parent c451e72807
commit 523d5531e1
145 changed files with 6615 additions and 0 deletions

47
docs/11_models.md Normal file
View File

@@ -0,0 +1,47 @@
# Models
## User
- id
- email
- username
- themeMode
- primaryColor
- language
---
## Song
- id
- title
- artist
- url
- coverUrl
- genre
- mood
- duration
---
## Playlist
- id
- name
- userId
- songs[]
---
## Message
- id
- chatId
- senderId
- text
- songId
- timestamp
---
## Chat
- id
- participants[]
- lastMessage