This repository contains the files for our CS 4347 team database project.
- DBProject/ – Folder for future frontend or other integration.
- DB python.py – Python script that generates all the mock data (students, teachers, classes, grades, attendance, and enrollment).
- Ponder_DB.sql – SQL file that creates the MySQL database schema and all necessary tables.