2025-04-02 12:36:38 +02:00
2025-04-02 12:36:38 +02:00
2025-03-09 17:30:38 +01:00
2025-04-02 12:36:38 +02:00
2025-04-02 12:36:38 +02:00

OCR / DA Python - Project6

JustStreamIt

Build a website using HTML/CSS (bootstrap) and Javascript
Retrieving data from remote API

Introduction

These instructions allow you to :

  • get the program
  • install the required environment
  • run and use it

Requirements

  1. modules
packages : python 3.11, python3.11-venv, git 
  1. API
    https://github.com/OpenClassrooms-Student-Center/OCMovies-API-EN-FR

Installation

  1. Create the virtual environment
python3.11 -m venv env
source env/bin/activate
  1. clone this repo

Execution

Make sure the API is started (refer to its instructions) then open the index.html in your browser

Use

Browse as any website

Author

YaL yann@needsome.coffee

License

MIT License
Copyright (c) 2025

Description
Backend and JS Frontent (consuming API)
Readme 126 KiB
Languages
JavaScript 77%
HTML 23%