This is the 4th project for the Python path of Openclassrooms. The goal is to Develop a a User Interface for a Python Web Application.
For this project, a local version of the OCMovies API has to be installed and run so the website has acces to the data within the API.
This code repository can be found here: https://github.com/OpenClassrooms-Student-Center/OCMovies-API-EN-FR.git
.
The README file that is present in the repo explains what you need to know to install the dependencies and to launch the server.
- Follow the instructions of the README in the API repo and install and run the Api.
- The files:
index.html
,styles.css
andscripts.js
have to be in the same directory. - Open the
index.html
in the browser.