Skip to content

adidor/what-to-watch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What to Watch ?

Movie-Recommender-Django

A basic movie recommendation web-app is created using Django framework. The app uses the JustWatch Dataset for movies available on Netflix, with a VPN option to access more content.

Getting Started

Clone the repository in a local directory and install virtual environment

pip install virtualenv

Create a new python3 virtual environment, activate and install required packages

python3.9 -m venv .env
source .env/bin/activate
pip install -r requirements.txt

Navigate to the src directory and run the server

cd src
python manage.py runserver

Fire up a web browser to use the app at http://127.0.0.1:8000/

Prerequisites

All you need to do is install virtual env

$ [sudo] pip install virtualenv

Author

  • Adrien Dor

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published