Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 978 Bytes

intro.md

File metadata and controls

30 lines (17 loc) · 978 Bytes

The MVP Challenge

An excited entrepreneur just approached you to build a video service. A service where users can quickly upload short videos and share on twitter for their friends to view.

In this code lab, you'll learn how to build a simple video service.

What you'll learn

  • How to add user authentication to your app
  • How to allow registered users of your app to upload short videos of about 20 - 30 seconds
  • How to allow registered users view all the uploaded videos on your app on a dashboard
  • How to allow users share app videos on twitter
  • How to use the commandline

What you should already know

  • Basic HTML, CSS, and JavaScript
  • How to run commands from the commandline

What you'll need