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
- Access to the internet and a web browser
- A Cloudinary account
- An Auth0 account
- Node.js (version 6.0 or greater) and npm