Skip to content

student database management system using flask, python and mysql πŸ“š

Notifications You must be signed in to change notification settings

urvashii-b/StudentHub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

11 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

StudentHub

image

Project Report

View my project report here: StudentHub

Description

StudentHub is a Database Management System project that uses Flask and MySQL to manage student-related information.

Features

  • Manage student records.
  • Store information such as name, ID, courses, and grades.
  • User authentication and access control.
  • Search and filter functionality for student data.

Technologies Used

  • Flask: A Python web framework for building web applications.
  • MySQL: A popular relational database management system.
  • Other dependencies can be found in the requirements.txt file.

Setup Instructions

  1. Clone Repository:

    git clone https://github.com/urvashii-b/StudentHub.git
  2. Run XAMPP:

    • Start Apache and MySQL from XAMPP.
    • If MySQL suddenly stops after starting, terminate it from the Task Manager.
  3. Create Conda Environment:

    conda create --name dbms
  4. Activate Environment:

    conda activate dbms
  5. Navigate to Project Directory:

    cd student management
  6. Install Dependencies:

    pip install -r requirements.txt
  7. Run Project:

    python main.py

    Access the project at http://127.0.0.1:5000/.

  8. Deactivate Conda Environment:

    conda deactivate

Feel free to reach out if you encounter any issues or need further assistance.

Happy coding!

About

student database management system using flask, python and mysql πŸ“š

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published