Learning-system is a Java-based application developed in NetBeans IDE. It utilizes SQL Server as its database through the JDBC driver for SQL Server (SMSS). The project includes a role-management system for teachers and students, enabling teachers to assign and edit grades while allowing students to log in and view their grades.
- Role Management: Separate functionalities for teachers and students.
- Grade Assignment: Teachers can assign and update grades for students.
- Student Login: Students can securely log in to view their grades.
- Database Integration: Uses SQL Server for efficient data storage and retrieval through JDBC.
To install and run Learning-system:
- Clone this repository:
git clone https://github.com/maroayman/Learning-system.git
- For Teachers:
- Log in using teacher credentials.
- Assign or edit grades for students via the dashboard.
- For Students:
- Log in using student credentials.
- View assigned grades and track performance.
This project was collaboratively developed by:
- Marwan Ayman
- Email: marwanayman.shawky@gmail.com
- GitHub: maroayman
- LinkedIn: maroayman
- Mohamed Haron
- GitHub: Mohamed-Haron
- LinkedIn: Mohamed Haron
Contributions are welcome! Follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature-branch-name
. - Commit your changes:
git commit -m "Add your commit message here"
. - Push the branch:
git push origin feature-branch-name
. - Submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
For any inquiries or feedback, feel free to contact:
- Marwan Ayman: marwanayman.shawky@gmail.com
- Mohamed Haron:
- GitHub: Mohamed-Haron
- LinkedIn: Mohamed Haron
Thank you for exploring Learning-system!