Skip to content

Website to rate favorite movies from 1 to 9 made with Python, HTML, CSS and JS

Notifications You must be signed in to change notification settings

gdac7/top9movies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

top9movies

image

static/
contains css file for whole site and js file for add_page.

templates/
contains the html templates.

forms.py
contains the declarations of the form classes.

manage_db.py
contains the CRUD functions for SQLAlchemy database.

manage_tmdb_api.py
contains all functions to get information about movies from tmdb API.

views.py
create the flask application and its views.

dependencies:
Flask
flask-wtf
flask-SQLAlchemy
wtforms
requests

About

Website to rate favorite movies from 1 to 9 made with Python, HTML, CSS and JS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published