Skip to content

Organizing and displaying information about trending youtube videos from a dataset.

Notifications You must be signed in to change notification settings

adalysg/YouTrend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YouTrend

Organizing and displaying information about trending youtube videos from a dataset.

Installation:

Assuming your repo is forked and cloned already

  1. Install Dependencies
    npm install express oracledb dotenv

  2. Setup .env File
    Note: Copy/Paste the following in the .env file you create in the root directory (replace USER and PASSWORD with your valid information)

ORACLE_USER=YourGatorlinkUsername
ORACLE_PASSWORD=YourDatabasePassword
ORACLE_CONNECTION_STRING=oracle.cise.ufl.edu:1521/orcl

  1. Start Server
    Connect to Gatorlink VPN?
    cd Backend
    node server.js

  2. Start Frontend
    npm run start:frontend

About

Organizing and displaying information about trending youtube videos from a dataset.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.8%
  • HTML 0.2%