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.
- NodeJS
- NPM
Download the entire project as a zip file or use the code:
git clone https://github.com/cs411-alawini/fa23-cs411-team032-DataCube.git
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.
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/