/hypertube

A web application that allows users to research and watch videos downloaded through the BitTorrent protocol.

Primary LanguageVue

Hypertube

Get started:

Install dependencies:

npm install

Create a .env file and put your enviroment variables:

MONGO_URI
GOOGLE_OAUTH_ID
GOOGLE_OAUTH_PASS
FT_OAUTH_ID
FT_OAUTH_PASS
FB_OAUTH_ID
FB_OAUTH_PASS
GIT_OAUTH_ID
GIT_OAUTH_PASS
LI_OAUTH_ID
LI_OAUTH_SECRET
SP_CLIENT_ID
SP_CLIENT_SECRET
MAIL_USER
MAIL_PASS
MAIL_SMTP
MAIL_PORT
MOVIEDB
API_URL

Run app:

npm start