- TrackItUp
- Mission
- Goals
- Team Members & Responsibilities
- Code snippets of interaction with RESTFul API
- Tools
- Resources
- Website URL
- ER Diagram
- Set Up and Run
- Run Development Server
- Run Production Server
- Charting
There are too many streaming apps and media apps. We wanted an easy way to track all of the media we consume.
- This app will allow users enter media forms that they are interested.
- They will also be able to track media as it updates.
- Will Bedu
- Responsibilities: Frontend, Backend, Testing, Security, CI/CD, Infrastructure, and Submissions
- Yashwanth Reddy Thadisina
- Responsibilities: Frontend, Backend, Testing
- Monisha Suthapalli
- Responsibilities: Frontend, Backend, Database diagrams, Docker
IMDB API Call
const moviedataurl = `https://imdb-api.com/en/API/Title/${api-key}/${movieId}`
const moviedata = await axios.get(moviedataurl)
#clone repository
git clone https://github.com/UIC-CS484/assignment-2---final-project-repository-team17.git
cd assignment-2---final-project-repository-team17
## Install dependencies
npm i
## run dev Server
nodemon npm start#clone repository
git clone https://github.com/UIC-CS484/assignment-2---final-project-repository-team17.git
cd assignment-2---final-project-repository-team17
## Install dependencies
npm i
## run Server
NODE_ENV=production node ./bin/wwwChart is generated using data from imdb-api.com while using chart.js to render the chart
This chart shows the movies which the user watches and categorizes them based on genres.

