Skip to content

Study project, online cinema with video streaming function

Notifications You must be signed in to change notification settings

bigpe/Ecole42_HyperTube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HyperTube Project

Build and run via docker-compose in one command

docker-compose up --build

Run stand alone

Frontend

  • Install deps from frontend yarn install
  • Build frontend yarn run build
  • Move /static and /templates folder to backend

Backend

  • Install deps from backend pip (or pip3) install -r requirements.txt
  • Install deluge into your system
  • Run deluge daemon deluged
  • Run backend server python3 app.py localhost:5006

More information about project in subject