Skip to content

IanRohrbacher/Python-Flask-DB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python Flask DB

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.

Structure

  • main.py: Main Flask app
  • templates/: HTML templates

How to Run

  1. Install dependencies:
    pip install flask flask-mysqldb rich
    
  2. Configure your MySQL credentials in main.py.
  3. 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.


License

The code in this project is licensed under the MIT license.

About

A Flask web application that connects to a MySQL database

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published