{% extends 'base.html' %} {% block header %}
This web application illustrates the use of the MovieStream database. The application is built using Flask and PyMySQL.
#movies = {{ stats.movies }}, #actors = {{ stats.actors }}, #streams = {{ stats.streams }}
Get movie info:
Search by title:
Get actor info:
Search by name (prone to SQL injection!)
{% endblock %}