Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 723 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 723 Bytes

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