Skip to content
/ filmyfy Public

Web app fetching movie metadata from the TMDB public API and display recommended movie to every user based on his/her previous watching history.

Notifications You must be signed in to change notification settings

PeKne/filmyfy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Filmyfy

University project for subject PA181 Services - Systems, Modeling and Execution

Docs: https://docs.google.com/document/d/1g2go1YOSoH3JypsS6OBfaQZX2-_LdatsuZuNj8-GmIs/edit?usp=sharing Presentation: https://www.youtube.com/watch?v=50Qn5M3iT9c

Project description

Screenshot 2022-02-24 at 9 43 13

The goal of the project is to fetch movie metadata from the TMDB public API and display recommended movie to every user based on his/her previous watching history. Frontend React app is communicating with our Flask backened server via TMDB Api where are movie data collected. Whole app is deployed in IBM Cloudant.

Technologie:

  • BACKEND: Flask, NoSQL Cloudant
  • FRONTEND: React, Material-UI

Development

To run the backend locally run:

python3 app.py

Frontend can be started as follows:

yarn
yarn start

About

Web app fetching movie metadata from the TMDB public API and display recommended movie to every user based on his/her previous watching history.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published