Skip to content

Web-based Student Management System using Python and MySQL with add, search, and delete features.

Notifications You must be signed in to change notification settings

Patel-Priyank-1602/Student_Managment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸŽ“ Student Management System – Web App (HTML, CSS, JS + Python + MySQL)

A web-based Student Management System that allows users to add, search, and delete student records through Roll Number.
Built with a modern frontend and a Python-powered backend, with persistent storage using MySQL.


πŸ“˜ Overview

This project provides an easy-to-use interface for managing student data securely.
It combines a clean frontend with Python backend logic and MySQL database storage.


πŸ” Features

  • βž• Add student (with unique Roll No)
  • πŸ” Search student by Roll No
  • πŸ—‘οΈ Delete student record
  • πŸ“‹ Store and manage:
    • Name
    • Branch
    • Semester
    • CGPA
    • Hobby

πŸ› οΈ Tech Stack

Layer Technology
Frontend HTML, CSS, JavaScript
Backend Python (Flask or pure Python)
Database MySQL
Styling CSS (custom or framework-free)

πŸš€ How to Run Locally

πŸ’‘ Make sure MySQL is installed and running. Create a database with the required student table.

  1. Clone the repository:
    git clone https://github.com/yourusername/student-management.git
    cd student-management
  2. Run:
    python app.py
  3. Open:
    index.html
    

About

Web-based Student Management System using Python and MySQL with add, search, and delete features.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published