https://github.com/pascaline-m/python_p06
Beta version of a web application allowing to view in real time a classification of films(IMBs) with a REST API application
https://github.com/pascaline-m/python_p06
css javascript rest-api
Last synced: 3 months ago
JSON representation
Beta version of a web application allowing to view in real time a classification of films(IMBs) with a REST API application
- Host: GitHub
- URL: https://github.com/pascaline-m/python_p06
- Owner: pascaline-m
- Created: 2021-04-19T17:40:06.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-27T17:01:35.000Z (almost 2 years ago)
- Last Synced: 2025-04-23T15:47:02.561Z (about 1 year ago)
- Topics: css, javascript, rest-api
- Language: JavaScript
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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

Website FullSize

Modal Window

Responsive design