Skip to content

cs411-alawini/fa23-cs411-team032-DataCube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Team032-DataCube

This is the project for course CS411. The goal of this project is to use the YouTube Trending Video Dataset provided by Kaggle to design an advanced database and web application. Our team aims to analyze YouTube trending video data and provide helpful functionality for content creators.

Requirements

  • NodeJS
  • NPM

Usage

Download or clone this project

Download the entire project as a zip file or use the code:

git clone https://github.com/cs411-alawini/fa23-cs411-team032-DataCube.git

Prepare requirements

Make sure NodeJS and NPM are correctly installed on your device. To check, use the code:

node -v
npm -v

If the version pops out, you have correctly installed the NodeJS and NPM. Next, run:

npm install

to install all npm requirements.

Start application

To use the web application locally:

cd backend
npm start

move to the backend directory and start the npm server. Then type the following link to your browser:

http://127.0.0.1:4000/