Welcome to the SVKM Student Portal, a collaborative effort by a team of passionate developers, designed to simplify your academic journey at SVKM institutions. This Java application offers a user-friendly interface and essential features, ensuring a seamless experience for students.
- User Authentication: Secure login and signup functionalities ensure data privacy.
- Database Integration: Seamlessly store and manage student information, results, and payment records.
- Academic Results: View exam results, download mark sheets for your records, and plan your academic progress.
- Fees Payment: Pay fees online securely and keep track of your financial transactions.
- Faculty Directory: Explore a list of faculty members and click to view their LinkedIn profiles.
- Document Download: Easily download mark sheets, fee receipts, and other important documents.
-
Clone the Repository:
git clone https://github.com/rudraparmar76/Student-Portal.git
-
Database Setup:
- Configure your database to store student information, results, and financial records.
- Update database connection details in the Java application.
- Or else you can import this database file.
-
Compile and Run:
- Navigate to the project directory.
- Compile the Java files:
javac *.java
- Run the application:
java fileName
-
Access the Portal:
- Launch the application and access the portal functionalities via the graphical user interface (GUI).
We welcome contributions to enhance the SVKM Student Portal. To contribute:
- Fork the Repository.
- Create a New Branch:
git checkout -b feature/new-feature
. - Commit Changes:
git commit -m 'Add a new feature'
. - Push to Your Branch:
git push origin feature/new-feature
. - Open a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.