Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1018 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 1018 Bytes

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