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
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.
- BACKEND: Flask, NoSQL Cloudant
- FRONTEND: React, Material-UI
To run the backend locally run:
python3 app.py
Frontend can be started as follows:
yarn
yarn start