当前位置: 首页 > 软件库 > Web应用开发 > >

Netflix-Clone-MERN

A Netflix clone created with the MERN Stack
授权协议 MIT License
开发语言 JavaScript
所属分类 Web应用开发
软件类型 开源软件
地区 不详
投 递 者 严知
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

X-Netflix

X-Netflix is a streaming platform based on Netflix UI: built with ReactJS in frontend and nodeJS in backend.

Built with

FrontEnd: React.JS, Redux Library, Material UI, CSSBackend: Node.JS, Express.JS, PassportjsDatabase:MongoDB, Mongoose

UI

Home

Movie Page

TV Show Page

Player

Sign in

Sign up

Installation

Use the package manager npm to install X-Netflix.Setup the project and install the packages by running:

npm run setup

Run project with command

npm run dev
 相关资料
  • Git introduces --filter option to git clone command, which filters out large files and objects (such as blobs) to create partial clone of a repo. Clone filters are especially useful for large repo and

  • 描述 (Description) clone( )方法克隆匹配的DOM元素并选择克隆。 这对于将元素的副本移动到DOM中的另一个位置非常有用。 语法 (Syntax) 以下是使用此方法的简单语法 - <i>selector</i>.clone( ) 参数 (Parameters) 以下是此方法使用的所有参数的说明 - NA 例子 (Example) 以下是一个简单的例子,简单地显示了这种方法的用

  • 描述 (Description) 它返回具有相同模型列表的集合的新实例。 语法 (Syntax) collection.clone() 例子 (Example) <!DOCTYPE html> <html> <head> <title>Collection Example</title> <script src = "https://code.jquery.com/

  • 描述 (Description) 模型克隆用于创建模型的深层副本或将一个模型对象复制到另一个对象。 语法 (Syntax) model.clone() 例子 (Example) <!DOCTYPE html> <html> <head> <title> Model Example</title> <script src = "https://code.jquery.

  • introduction zuul用来提供动态路由、监控、授权、安全、调度等等的边缘服务(edge service) ZuulFilter ZuulFilter是Zuul中核心组件,通过继承该抽象类,覆写几个关键方法达到自定义调度请求的作用,这里filter不是java web中的filter,不要混淆. new ZuulFilter() { @Override

  • Conductor 是 Netflix 受需要运行全球流媒体业务流程的启发,构建的基于云的微服务编排引擎。 Conductor 管理工作流,可以暂停和重新启动进程,并使用基于 JSON DSL 的蓝图来定义执行流。 它还具有可视化流程流的用户界面,并可扩展到数百万个并发运行的流程流。