Build a Mini Netflix (with Vue)
  • Introduction
  • Enter Contest
  • Media Delivery and Transformation
  • Setting Up a Webtask Server
  • Provision and Configure a Database
  • Create Server Routes
  • Setting Up a Vue Client
  • Header and Navigation
  • Video Player Component
  • Playing Videos
  • Cloudinary Account and Initialization
  • List of Movies Component
  • Showing A List of Movies
  • New Movie Modal Component
  • Uploading Movies
  • Sharing on Twitter
  • Deploy to Heroku
  • What's Next
Powered by GitBook
On this page
  • Prerequisites
  • Clone Tasks
  • The Build Process

Introduction

NextEnter Contest

Last updated 7 years ago

You as developers face the continuous challenge of building complex products with elaborate features in the face of tight schedules. Behind the scenes, engineering and product management constantly aims at beating project deadlines; CEOs clamor for fast rollouts of new products; and entrepreneurs need their minimum viable products (MVPs) "yesterday." How do you cope with those relentless demands? First and foremost, look for ways to boost efficiency for your tasks.

This lab shows you how to build a Mini-Netflix clone with Vue and Cloudinary in only 10 minutes or maybe even less. Here is a live .

To check out the final project, visit the Github repository:

Prerequisites

Install these tools:

  • Command line

Clone Tasks

The mini-Netflix clone you will build features the following tasks, similar to those on the Netflix site:

  • Listing movies

  • Selecting movies

  • Watching movie trailers

  • Sharing trailers on Twitter

  • Uploading new movie trailers (bonus)

The Build Process

The architecture of this project favors decentralization, not singleton, with three major sections:

  • Front end (Vue)

  • Back end (webtask FaaS)

  • Database (Mongo)

You must have a working knowledge of and JavaScript and, since this lab calls for creation of , you must understand the basics of serverless computing. In addition, you must be adept with , which enables the programming of webtasks.

Client code
Server code
Demo
Vue
webtasks
NodeJS
Vue
Webtask
Node.js
Cloudinary
Mongo DB with mLab
Bulma CSS
demo