Spring 2025 — CS 33007: Intro to Database Sys Design — Class Assignment
Flask web app for MySQL database interaction and learning. Provides routes for displaying an index page, searching/selecting students, and viewing course schedules. Uses Jinja2 templates for HTML rendering.
main.py: Main Flask apptemplates/: HTML templates
- Install dependencies:
pip install flask flask-mysqldb rich - Configure your MySQL credentials in
main.py. - Run:
python main.py
CLASS PROJECT / REFERENCE ONLY: This was a one-off assignment and is not maintained. Provided for reference only. Do NOT copy and paste my work, but feel free to use it as a learning resource.
The code in this project is licensed under the MIT license.