/Notflix

A fullstack Netflix clone made with JavaScript and Python

Primary LanguageCSS

Notflix webpage

Screen Shot 2023-10-17 at 01 50 10 Screen Shot 2023-10-17 at 01 39 07 Screen Shot 2023-10-17 at 01 58 38 Screen Shot 2023-10-17 at 01 49 54

Live Demo

http://notflix.pythonanywhere.com/

Quick Start on local server

make sure python 3.x is installed, make sure python and pip are in path. on windows, run in powershell:

git clone https://github.com/neilbox1/Notflix
cd Notflix
$env:FLASK_APP = "application.py"
pip install -r requirements.txt
flask run

then visit http://localhost:5000

More Information

Notflix is a show recommendation website in which movie APIs populate the page

Users can:
- Log in
- Register if account doesn't exist
- Search for movies
- View movie details