Organizing and displaying information about trending youtube videos from a dataset.
Installation:
Assuming your repo is forked and cloned already
-
Install Dependencies
npm install express oracledb dotenv
-
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
-
Start Server
Connect to Gatorlink VPN?
cd Backend
node server.js
-
Start Frontend
npm run start:frontend