Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/asyraffff/terminaltube

TerminalTube - Feel YouTube in your terminal 🔥
https://github.com/asyraffff/terminaltube

java youtube

Last synced: about 1 month ago
JSON representation

TerminalTube - Feel YouTube in your terminal 🔥

Awesome Lists containing this project

README

        

# Terminal Tube 🔥

## Feel the Youtube app in your Terminal 🚀

### Running the app

#### 1) `Clone the repo`

```
git clone https://github.com/asyraf-labs/Yuu-tube.git
cd Yuu-tube
```
#### 2) `Open your IDE`

#### 3) `Add Jar File`

Download all **5 Jar file** from the repo;

✅ activation.jar

✅ javax14.jar

✅ jna-5.6.0.jar

✅ mail.jar

✅ mysql-connector-java-8.0.22.jar

Then, Add Jar file to your **Project Structure** section in IDE.

![Screenshot 2021-01-13 at 18.12.58.png](https://cdn.hashnode.com/res/hashnode/image/upload/v1610532794401/186iqb6aN.png)

#### 4) `Open MySQL Workbenck`

If you don't have MySQL Workbench, you can download it [here](https://dev.mysql.com/downloads/workbench/). (Download based on your OS)

#### 5) `Create Database`

you can copy the SQL Query to create databasi in **database.sql** file.

#### 6) `Run the App`

Make sure to run the app from **Main.java** file 😊.