

0 / 2 embers
0 / 3000 xp
click for more info
Complete a lesson to start your streak
click for more info
Difficulty: 3
click for more info
Not enough gems
Cost: 6 gems
1: Welcome
incomplete
2: Large Files
incomplete
3: Database
incomplete
4: Videos
incomplete
5: Multipart Uploads
incomplete
6: Encoding
incomplete
7: Using the Filesystem
incomplete
8: Mime Types
incomplete
9: Live Edits
incomplete
This lesson's interactive features are locked, please to keep using them
The two main entities in Tubely are videos and users. A user can have many videos, and a video belongs to a single user.
"Videos" have 3 things to worry about:
Tubely allows users to create a "new draft" - which creates a new video record in the database containing metadata only. Thumbnails and video files are uploaded separately after the draft is created.
You should now see the video in the UI with options to upload a thumbnail and video file. Don't upload the files yet.
Run and submit the CLI tests.