Skip to content

Latest commit

 

History

History
191 lines (113 loc) · 4.29 KB

README.md

File metadata and controls

191 lines (113 loc) · 4.29 KB
header

HyperTube

A responsive Single Page Application(SPA) using React, Node & Java

Responsive Web Application for Streaming Video with Torrent

A web brunch project of bootcamp named 42 Silicon Valley

Preview

preview


Deployment


Hello guys, Do you want to try this project yourself on your computer? Follow the few instructions below!


Mac Environment like 42 Silicon Valley cluster


You can just use Makefile for installation & initialization of the project easily on the Mac environment like 42 Silicon Valley clusters.


[1] Clone repository

The first step is cloning git repository from GitHub using git clone command.

git clone https://github.com/dyobi/web_hypertube.git && cd web_hypertube

[2] Check available make options

You can use make command to check the available commands.

make

[3] Initialize dependencies checking shell

Before you run this project, you have to check if Node and Java have installed on your computer first. If you are using 42 Silicon Valley cluster's Mac, you probably can install Node using brew and Java using Managed Software Center.

node --version | java --version

[4] Check environment with shell

You can check whether Node and Java have installed or not with a make check command as well. This command also provides checking other environment variables such as api.js, url.js and FFMPEG.

make check

[5] Set environment variables & dependency

If make check command says "Something doesn't exist", you can use other make command like make apijs to set environment variables. In addition, make ffmpeg command offers automatic installation of ffmpeg for transcoding videos.

make apijs | urljs | package | ffmpeg

[6] Initialize project

You can run this project using make start command easily. Moreover, log files that include standard out and error are going to be stored in directory named logs.

make start

[7] Terminate project

When you're done, it can be terminated easily with make end command. It makes all servers stop automatically.

make end

Language

Front-end Side

  • Javascript
  • React
  • Redux

Back-end Side

  • Java
  • Spring-boot
  • Node
  • Express

Database

  • MySQL
  • JPA

Features

Feed

  • Look around movies sorted by genre or filters
  • Discover movies by trends & now and upcoming
  • Infinite scroll

Search & Detail

  • Search movies by movie's title
  • Search movies by casts, crews, and production companies
  • Provide movie's information that includes rating, production years, casting, producers, and also torrent files
  • Share comments about movies with other users

Streaming

  • Stream movie by torrent before downloading is done
  • Provide transcoding from mp4 to mkv
  • Chat with other people watching the same movie

User

  • Sign in & Sign up with email address or a social account(oAuth)
  • Find password by email
  • Change user profile & information
  • Access User detail page includes user information, recent watching, and comments

Live Demo

I can't serve live demo of this project online because of intellectual property rights.

Please check the preview or download it on your computer.


Luke Kim (@kilkim in 42 Silicon Valley)

  • A Web developer who likes trying new things.

  • Studies computer science at 42 Silicon Valley.

  • Majored in mechanical Engineering.

  • Contact: dyobi.92@gmail.com


Aidan Lim (@dlim in 42 Silicon Valley)

  • A Web & App developer who loves traveling.

  • Worked as a full-stack developer for 3 and a half years.

  • Studies computer science at De Anza College & 42 Silicon Valley.

  • Contact: aidandlim@gmail.com


License