Paul Nguyen, Sagar Prasad, Alexis Lange-Kelly, Mason Allred
CST-205
12/15/2021
https://github.com/sagarprasad63574/CST205-Movie-Randomizer/
The application builds a movie randomizer website that display different films on the home page. Also by searching the title of the movie it will render a different page that will show more details about the movie that was searched. The application uses a movie API called OMDB API, it is based off of the REST framework. Link to API: http://www.omdbapi.com/
Following shoule be installed to your virtual enviroment
- Flask
- Flask_bootstrap
- Go to the project directory under /Movie_Randomizer
- Have your virtual environment activated
- Type the following lines:
- $env:FLASK_APP = "flask_app.py"
- $env:FLASK_DEBUG = "1"
- flask run
Developing a better functionality to search for a movie based on gerne, year, description, etc