Skip to content

kminjin/si507project2

Repository files navigation

si507project2

Minimal Flask Project

😮What is in Lab 3:

You can find the class Movie in movies_tools.py. The class will allow a user to see movie title and its imdb rating in a form of a string. There is also code in movies_tools.py to get the number of movies in the movies_clean.csv.

😮Relationship between movies_tools.py SI507_project2.py:

I tied the code I wrote for movies_tools.py into a flask application.

😮Dependencies:

Flask needs to be imported. Code in the movies_tools.py needs to be imported. Both needs to be imported in SI507_project2.py. You can either pip install flask yourself or use the given requirements.txt file.

😮What to do to run project properly:

After the flask setup, cd to where you downloaded the project files, and then enter "python SI507_project2.py runserver" Then, enter the given url which will look similarly to http://127.0.0.1:5000/ Once you're done investigating, go back to the command prompt and press ctrl+c to quit.

😮Image file:

I drew the database diagram on paper, took a picture of it, and uploaded it to the directory.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages