"Users who struggle with finding new movies to watch that they actually enjoy are able to use the app to consistently and easily find films that fit their tastes, meaning less of their time is wasted and more of it is spent watching movies they actually like"
This product is desingned for those who tend to be indecisive when selecting what to watch next. When it appears that all the good movies / shows have been watched already, the app is there to reccomend movies based on what the user inputs as their preferences and liked movies.
Television / Movie watchers
Web App
| Name | Location | Time zone offset from Chicago (Chicago is 0 offset) |
|---|---|---|
| --- | --- | --- |
| --- | --- | --- |
| --- | --- | --- |
Versions: Python - 3.10.4 Pip - 22.2.2
-
Clone the repository on your local machine. (Visual Studio Code is most preferred for this project)
-
In the project folder, open up the terminal and create a virtual environment for the project. (Make sure you have virtualenv installed on machine using pip)
- Windows
virtualenv venv
- MacOS/Unix
python3 -m venv venv
- Activate the virtual environment for the local project.
- Windows
.\venv\Scripts\Activate.ps1
- MacOS/Unix
source venv/bin/activate
- Run the command below on the terminal to install any project requirements.
pip install -r requirements.txt
- Run the application on local server.
cd main
py manage.py runserver