Skip to content
This repository has been archived by the owner on Jun 9, 2021. It is now read-only.

Latest commit

 

History

History
23 lines (19 loc) · 400 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 400 Bytes

Online player

A simple H5 online payer for Movie.stu.nchu.edu.cn

How to use

  • cd path/to/repo

  • run npm i

  • run npm start

  • Demo alt

ABC

  • Front
  1. Get user's URL
  2. Decode URL to get MovieID
  3. Post the MovieID to backstage
  4. Get the return data & change player's src to it
  • Backstage
  1. Get post data
  2. Decode
  3. Query database
  4. Return query result