Skip to content

pascaline-m/python_p06

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JUST STREAM IT

OVERVIEW

Beta version of a web application allowing to view in real time a classification of films(IMBs) with a REST API application

This locally-executable API can be installed and executed from http://localhost:8000/api/v1/titles/ using the following steps.

INSTALLATION

Start by closing the repository :

git clone https://github.com/pascaline841/python_p06

Start by cloning The OCMovies-API project

git clone https://github.com/OpenClassrooms-Student-Center/OCMovies-API-EN-FR

Start access the project folder

for Window

Create a virtual environment

python -m venv env

Enable the virtual environment

cd env/scripts
source activate

for Linux or macOS

Create a virtual environment

python3 -m venv env

Activate the virtual environment with

source env/bin/activate 

. . .

Install the python dependencies to the virtual environment

pip install -r requirements.txt

Create and populate the project database with

python manage.py create_db

LAUNCH

Run the server

python manage.py runserver 

Launch index.html

SCREENSHOT

juststreamit
Website FullSize

modale
Modal Window

responsive
Responsive design

About

Beta version of a web application allowing to view in real time a classification of films(IMBs) with a REST API application

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors