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
- Host: GitHub
- URL: https://github.com/unicodeveloper/miniflix
- Owner: unicodeveloper
- Created: 2017-06-13T09:54:05.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-27T21:19:47.000Z (about 7 years ago)
- Last Synced: 2025-03-25T20:46:11.619Z (about 1 month ago)
- Topics: auth0, cloud, cloudinary, image, javascript, miniflix, netflix, node, react, scotch, storage, upload, video, widget
- Language: JavaScript
- Size: 163 KB
- Stars: 61
- Watchers: 7
- Forks: 72
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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