Skip to content

Latest commit

 

History

History
81 lines (50 loc) · 3.75 KB

README.md

File metadata and controls

81 lines (50 loc) · 3.75 KB

YouTube Clone - uTube

Project Link: uTube

Purpose

To further learn how to build a full stack application utilizing AWS s3.

Description

YouTube clone that attempts to imitate the functionalities of the original site.

Landing Page preview

landing-page-min

Video Details Page preview

video details-min

User Profile preview

userpage

Technologies

JavaScript React Redux Python Flask CSS CSS PostgreSQL Postman HTML CSS Render VScode

Wiki Links:

Getting started

  1. Clone this repository

  2. Install backend dependencies and start backend by running the following commands at the root directory.

    pipenv install -r requirements.txt
    pipenv run flask run
  3. Install frontend dependencies and start frontend by running the following commands at the 'react-app' directory.

    npm install
    npm start

Please feel free to reach out to me at below for any comments.

CSSRichard Kwon