{"id":26296139,"url":"https://github.com/rohancyberops/studentmanagementsystem","last_synced_at":"2026-01-31T09:02:37.297Z","repository":{"id":260113373,"uuid":"875620813","full_name":"RohanCyberOps/StudentManagementSystem","owner":"RohanCyberOps","description":null,"archived":false,"fork":false,"pushed_at":"2025-07-10T14:53:48.000Z","size":86,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-04T22:31:04.292Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RohanCyberOps.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"chrohangurjar1"}},"created_at":"2024-10-20T13:20:59.000Z","updated_at":"2025-07-10T14:53:52.000Z","dependencies_parsed_at":"2024-11-18T00:21:34.160Z","dependency_job_id":null,"html_url":"https://github.com/RohanCyberOps/StudentManagementSystem","commit_stats":null,"previous_names":["chrohangurjar1/school.app","chrohangurjar/studentmanagementsystem","rohancyberops/studentmanagementsystem"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RohanCyberOps/StudentManagementSystem","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RohanCyberOps%2FStudentManagementSystem","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RohanCyberOps%2FStudentManagementSystem/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RohanCyberOps%2FStudentManagementSystem/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RohanCyberOps%2FStudentManagementSystem/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RohanCyberOps","download_url":"https://codeload.github.com/RohanCyberOps/StudentManagementSystem/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RohanCyberOps%2FStudentManagementSystem/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28936100,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T08:53:31.997Z","status":"ssl_error","status_checked_at":"2026-01-31T08:51:38.521Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-03-15T04:17:05.339Z","updated_at":"2026-01-31T09:02:37.279Z","avatar_url":"https://github.com/RohanCyberOps.png","language":"HTML","funding_links":["https://github.com/sponsors/chrohangurjar1"],"categories":[],"sub_categories":[],"readme":"\n---\n\n# 🎓 Student Management System 📚\n\nWelcome 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.\n\n---\n\n## ✨ Features\n\n- **👨‍🎓 Add Students**: Quickly add new students with their names and grades.\n- **📜 View Student List**: Easily view all enrolled students in a user-friendly format.\n- **📱 Responsive Design**: Seamlessly works on both desktop and mobile devices.\n- **🗃️ In-memory Database**: For demonstration purposes, student data is stored in memory.\n\n---\n\n## 📸 Demo\n\n![Demo of School Management App](sys.png)  \n*Experience how the app simplifies student management!*\n\n---\n\n## ⚙️ Technologies Used\n\n- **Backend**: [Flask](https://flask.palletsprojects.com/en/2.2.x/) (Python)\n- **Frontend**: HTML, CSS\n- **Database**: In-memory (for demonstration)\n\n---\n\n## 🚀 Installation\n\nTo get started with the School Management App, follow these steps:\n\n### 🔧 Prerequisites\n\nEnsure you have Python installed on your system. You can download it from [python.org](https://www.python.org/downloads/).\n\n### 📥 Clone the Repository\n\n```bash\ngit clone https://github.com/chrohangurjar1/StudentManagementSystem.git\ncd school_management_app\n```\n\n### 🐍 Install Flask\n\nYou can install Flask using pip:\n\n```bash\npip install Flask\n```\n\n### 🏃 Run the Application\n\nOnce you have Flask installed, you can start the application:\n\n```bash\npython app.py\n```\n\nOpen your web browser and navigate to `http://127.0.0.1:5000` to access the app.\n\n---\n\n## 🖥️ Usage\n\n1. **🆕 Adding Students**: Click on the \"Add Student\" link to enter a new student's name and grade.\n2. **👁️ Viewing Students**: After adding a student, you will be redirected to the main page, where you can see the list of all students.\n\n---\n\n## 🤝 Contribution\n\nContributions are welcome! If you have suggestions for improvements or new features, please create an issue or submit a pull request.\n\n### Steps to Contribute:\n\n1. **Fork the repository**.\n2. **Create your feature branch**: \n   ```bash\n   git checkout -b feature/NewFeature\n   ```\n3. **Commit your changes**: \n   ```bash\n   git commit -m 'Add some feature'\n   ```\n4. **Push to the branch**: \n   ```bash\n   git push origin feature/NewFeature\n   ```\n5. **Open a pull request**.\n\n---\n\n## 📄 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n---\n\n## 📬 Contact\n\nFor any inquiries, please reach out to:\n\n- **Rohan Naagar**: [your.email@example.com](mailto:your.email@example.com)\n- **GitHub**: [Rohan Naagar](https://github.com/chrohangurjar1)\n\n---\n## 🌟 Contributors\n\nWe want to give a huge shoutout to everyone who has contributed to the project! 🙌 Your hard work and dedication help make this app better every day. 💪\n\n\u003ca href=\"https://github.com/chrohangurjar1/RustWeatherApp/graphs/contributors\"\u003e\n  \u003cimg alt=\"RustWeatherApp contributors\" height='48' src=\"https://contrib.rocks/image?repo=chrohangurjar1/RustWeatherApp\u0026columns=24\" /\u003e\n\u003c/a\u003e\n\n🎉 Thank you all for your amazing contributions! Let's keep building together. 🚀\n---\nThank you for checking out the School Management App! We hope it helps you manage student records efficiently. 🚀\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frohancyberops%2Fstudentmanagementsystem","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frohancyberops%2Fstudentmanagementsystem","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frohancyberops%2Fstudentmanagementsystem/lists"}