Skip to content

jhaskins1/ipro497

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

100 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ipro497

"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.

Customer

Television / Movie watchers

Application Type

Web App

Name Location Time zone offset from Chicago (Chicago is 0 offset)
--- --- ---
--- --- ---
--- --- ---

Instructions to get the application started on the local machine

Versions: Python - 3.10.4 Pip - 22.2.2

  1. Clone the repository on your local machine. (Visual Studio Code is most preferred for this project)

  2. 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
  1. Activate the virtual environment for the local project.
  • Windows
.\venv\Scripts\Activate.ps1
  • MacOS/Unix
source venv/bin/activate
  1. Run the command below on the terminal to install any project requirements.
pip install -r requirements.txt
  1. Run the application on local server.
cd main
py manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors