RESTful API wrapped around functionality from https://themoviedb.org. Includes a status page (simulation) to track the uptime of the API for external visitors.
The goal of this project was to demonstrate theoretical knowledge about a distributed system. This subproject has received the full grade (100%) for the course Distributed Systems
You may find additional notes in the official assignment or my report. The foundations of this system serve as a starting point for the status page of my hobby project Octubre (See https://status.octubre.be)
To run a minimal proof of concept in your terminal, please execute:
chmod +x run_script.sh
./run_script.shYou will have to supply your own API token from https://themoviedb.org and place it in run_api.sh!