Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 691 Bytes

File metadata and controls

17 lines (13 loc) · 691 Bytes

Student Management System 🎓

A modular backend application built with Python and MySQL. This project demonstrates core backend development skills including database connectivity and layered architecture.

🚀 Key Features

  • CRUD Operations: Complete support to Create, Read, Update, and Delete student records.
  • Layered Architecture: - studentService.py: Handles Business Logic.
    • db_util.py: Manages Database Connectivity & Queries.
  • Database Integration: Uses mysql-connector for real-time data persistence.

🛠️ Tech Stack

  • Language: Python 3
  • Database: MySQL
  • Modules: mysql-connector-python

Developed by Shomdev Singh