frantracer / content-explorer-web

Website to categorize and explore recommendations of Youtube videos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Content Explorer

This project is a website to categorize and recommend youtube videos to your friends.

Installation

Prepare project

Download project

git clone https://github.com/frantracer/content-explorer-web

Create directory with the following files:

- config
|- cert.pem
|- key.pem
|- web.env

Install docker (https://docs.docker.com/install/)

Development environment

Run the following command and follow instructions:

python deploy.py --config ../config/ --env DEV

The web will be available at:

https://localhost:8443

Production environment

Run the following command:

python deploy.py --config ../config/ --env PRO

About

Website to categorize and explore recommendations of Youtube videos

License:GNU General Public License v3.0


Languages

Language:JavaScript 72.1%Language:Python 12.0%Language:SCSS 11.5%Language:HTML 2.6%Language:Dockerfile 1.4%Language:Shell 0.5%