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
- BACKEND: Flask, NoSQL Cloudant
- FRONTEND: React, Material-UI
To run the backend locally use
python3 app.py
in the filmyfy-server folder. Frontend can be started with
yarn
yarn start
in the filmyfy-ui folder.