About
This application was created as a demonstration of Python and Flask for the Web Information Systems course (
INFS3202) during the two-week guest lecture.
This application showcases the architectural patterns of a typical Flask application.
It utilises:
- - Flask-SQLAlchemy along with Flask-Migrate to manage data persistence.
- - Flask-Session for managing user sessions.
- - Authlib and Auth0 for providing authentication (and authorization, but not used).
- - Jinja2 for templating HTML pages.
- - Flask-Uploads for the basic uploads functionality of videos.
This application was developed by Dechao ZHANG.