An open API service indexing awesome lists of open source software.

https://github.com/unicodeveloper/miniflix

Miniflix - A smaller version of Netflix powered by Cloudinary
https://github.com/unicodeveloper/miniflix

auth0 cloud cloudinary image javascript miniflix netflix node react scotch storage upload video widget

Last synced: 13 days ago
JSON representation

Miniflix - A smaller version of Netflix powered by Cloudinary

Awesome Lists containing this project

README

        

## Miniflix

This is the code that accompanies the **Miniflix** tutorial on **Scotch.io**.

## Installation

```bash

# Get the project
git clone https://github.com/unicodeveloper/miniflix

# Change directory
cd miniflix

# Install the dependencies
npm install

# Run your app
npm start