Skip to content

RohanCyberOps/StudentManagementSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

86ce35d Β· Oct 29, 2024

History

19 Commits
Oct 20, 2024
Oct 29, 2024
Oct 20, 2024
Oct 29, 2024
Oct 20, 2024
Oct 29, 2024

Repository files navigation


πŸŽ“ Student Management System πŸ“š

Welcome to the student management system! This application is designed to help you manage student records easily and efficiently. Built with Flask, it provides a clean and intuitive interface for adding and viewing students.


✨ Features

  • πŸ‘¨β€πŸŽ“ Add Students: Quickly add new students with their names and grades.
  • πŸ“œ View Student List: Easily view all enrolled students in a user-friendly format.
  • πŸ“± Responsive Design: Seamlessly works on both desktop and mobile devices.
  • πŸ—ƒοΈ In-memory Database: For demonstration purposes, student data is stored in memory.

πŸ“Έ Demo

Demo of School Management App
Experience how the app simplifies student management!


βš™οΈ Technologies Used

  • Backend: Flask (Python)
  • Frontend: HTML, CSS
  • Database: In-memory (for demonstration)

πŸš€ Installation

To get started with the School Management App, follow these steps:

πŸ”§ Prerequisites

Ensure you have Python installed on your system. You can download it from python.org.

πŸ“₯ Clone the Repository

git clone https://github.com/chrohangurjar1/StudentManagementSystem.git
cd school_management_app

🐍 Install Flask

You can install Flask using pip:

pip install Flask

πŸƒ Run the Application

Once you have Flask installed, you can start the application:

python app.py

Open your web browser and navigate to http://127.0.0.1:5000 to access the app.


πŸ–₯️ Usage

  1. πŸ†• Adding Students: Click on the "Add Student" link to enter a new student's name and grade.
  2. πŸ‘οΈ Viewing Students: After adding a student, you will be redirected to the main page, where you can see the list of all students.

🀝 Contribution

Contributions are welcome! If you have suggestions for improvements or new features, please create an issue or submit a pull request.

Steps to Contribute:

  1. Fork the repository.
  2. Create your feature branch:
    git checkout -b feature/NewFeature
  3. Commit your changes:
    git commit -m 'Add some feature'
  4. Push to the branch:
    git push origin feature/NewFeature
  5. Open a pull request.

πŸ“„ License

This project is licensed under the MIT License - see the LICENSE file for details.


πŸ“¬ Contact

For any inquiries, please reach out to:


Thank you for checking out the School Management App! We hope it helps you manage student records efficiently. πŸš€


About

No description, website, or topics provided.

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published