Forked and extended by HackmeCo
The Frank Tank is a service for discovering and streaming extreme sports videos using the YouTube API, initially developed by RubberDuckies Dev Team. The original repo can be found here
This fork of the project expands upon the project by adding Facebook OAuth login and the creation of persistent user profiles, which save each user's favorite video clips. Along with the user profiles, we also added a comments section to each video.
To contribute to the Frank Tank, there are a few steps you'll need to take:
Clone the repository:
$ git clone https://github.com/hackmeco/frank-tank
Install dependencies:
$ npm install
To run the local server:
$ npm start
The Frank Tank employs:
- ReactJS
- PostgreSQL
- Node
- Express
- Passport OAuth