Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Ajaysinh1290 committed Jan 22, 2021
0 parents commit d062949
Show file tree
Hide file tree
Showing 457 changed files with 23,376 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .classpath
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="lib" path="jar files/mysql-connector-java-5.1.38.jar"/>
<classpathentry kind="lib" path="jar files/rs2xml.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
17 changes: 17 additions & 0 deletions .project
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>College Data Management</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
11 changes: 11 additions & 0 deletions .settings/org.eclipse.jdt.core.prefs
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
org.eclipse.jdt.core.compiler.compliance=1.8
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
org.eclipse.jdt.core.compiler.debug.localVariable=generate
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
org.eclipse.jdt.core.compiler.source=1.8
Binary file added Faculities Profile pic/Akash shah.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Faculities Profile pic/Bhavin-Trivedi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Faculities Profile pic/Chinkit-Suthar-CE.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Faculities Profile pic/Hemal-Patel-CE.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Faculities Profile pic/Jahanvi-Shukla-CE.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Faculities Profile pic/Jaymin-Dave-IT.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Faculities Profile pic/Mitesh Patel.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Faculities Profile pic/Mohmmed Vyada.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Faculities Profile pic/Niti-Shah-CE.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Faculities Profile pic/Ravi Shukla.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Faculities Profile pic/Rikin Thakkar.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Faculities Profile pic/Shivang-Prajapati.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Faculities Profile pic/Sunny-Rupabhindra.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Faculities Profile pic/Trupesh Patel.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Faculities Profile pic/Vimal Nayak.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Faculities Profile pic/kunj Patel.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Faculities Profile pic/satvik-sir1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
92 changes: 92 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
# College Management System In Java

## Hi there !

Here I have designed and developed College management system. The Technology I have used is Java Swing, and database i have used is MySql.
This design is purely coded myself no copied content.

Thanks !

## Features

* Common Features
* Cources Management
* Subjects Management
* Students Management
* Faculties Management
* Students Attandance Management
* Student Marks Management
* Advance Features 🔥
* Rollnumber Generator
* Chatting
* Message delivered
* Unseen messages
* Notification
* Group chatting
* Photo view of Students and Faculties
* Student or Faculty login history
* Download Marksheet
* Notification
* Declare result


## Installation

* Import this project in your IDE
* Create new Database and set name as 'Collegedata' after that import 'Collegedata.sql' file (Attached with this folder) in this database.

## Database Connection

* I have used following 👇 data for database connection
* url="jdbc:mysql://localhost:3306/Collegedata";
* user name="root";
* password="";

* If you want to change this data then open ".\src\Collegeapplication\common\DataBaseConnection.java"


## How to Run

* Start Database Server
* Start Chat Server
* Open "src/Collegeapplication/login/LoginPageFrame.java" Run this file
* Admin userid : admin
* Admin password : admin
* Faculty userid : Faculty id
* Student Userid : cource-sem-rollnumber (IT-1-1001)

## Youtube Demo

[<img src="screenshots/homepage.png" />](https://youtu.be/0Fik73ZznG0)

## Screenshots

<img src="screenshots/loginscreen.png"/>
<img src="screenshots/homepage.png"/>
<img src="screenshots/courceslist.png"/>
<img src="screenshots/subjects.png"/>
<img src="screenshots/students.png"/>
<img src="screenshots/studentdetails.png"/>
<img src="screenshots/marksheet.png"/>
<img src="screenshots/faculties.png"/>
<img src="screenshots/markattandance.png"/>
<img src="screenshots/attandancereport.png"/>
<img src="screenshots/declareresult.png"/>
<img src="screenshots/groupchatting.png"/>
<img src="screenshots/personalchatting.png"/>
<img src="screenshots/Collegedetails.png"/>

## About

My name is [Ajaysinh Rathod](https://github.com/Ajaysinh1290). I'm studying Information Technology (2nd Year) in SOCET(Ahmedabad). Contact me for any improvement in this project.



Email : [email protected]

# Social Media Accounts
[![Instagram](https://img.icons8.com/fluent/40/000000/instagram-new.png)](https://www.instagram.com/ll_ajayrathod_ll/)&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
[![Facebook](https://img.icons8.com/fluent/40/000000/facebook-new.png)](https://www.facebook.com/ajaysinh.rathod.7927)&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
[![Youtube](https://img.icons8.com/fluent/40/000000/youtube-play.png)](https://www.youtube.com/channel/UCbhGYVadJsZtJzHYMWLNRRQ)&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
[![Twitter](https://img.icons8.com/fluent/40/000000/twitter.png)](https://twitter.com/Ajaysin34751867)

Binary file added Students Profile pic/Abhi Gaundani.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Students Profile pic/Ajay Parmar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Students Profile pic/Ajaysinh Rathod.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Students Profile pic/AnishBhesaniya.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Students Profile pic/Bhautik Bhanderi.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Students Profile pic/Darshan Asalaliya.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Students Profile pic/Darshil Patel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Students Profile pic/Harsh Jarsaniya.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Students Profile pic/Madhuram Savaliya.png
Binary file added Students Profile pic/Milan Bavishi.png
Binary file added Students Profile pic/Sahil Patel.png
Binary file added Students Profile pic/Utsav Patel.jpeg
Binary file added Students Profile pic/Vadansinh Rathod.jpeg
Binary file added Students Profile pic/Yash Patel.png
Binary file added Students Profile pic/Yash Prajapati.jpeg
Binary file added assets/Admin.png
Binary file added assets/Assign Subjectac.png
Binary file added assets/Assign Subjectdac.png
Binary file added assets/Attandance Reportac.png
Binary file added assets/Attandance Reportdac.png
Binary file added assets/Chatac.png
Binary file added assets/Chatdac.png
Binary file added assets/Contact Usac.png
Binary file added assets/Contact Usdac.png
Binary file added assets/Contact-Usac.png
Binary file added assets/Contact-Usdac.png
Binary file added assets/Courcesac.png
Binary file added assets/Courcesdac.png
Binary file added assets/Enter Marksac.png
Binary file added assets/Enter Marksdac.png
Binary file added assets/Exitac.png
Binary file added assets/Exitdac.png
Binary file added assets/Faculitiesac.png
Binary file added assets/Faculitiesdac.png
Binary file added assets/Homeac.png
Binary file added assets/Homedac.png
Binary file added assets/Logoutac.png
Binary file added assets/Logoutdac.png
Binary file added assets/Mark Attandanceac.png
Binary file added assets/Mark Attandancedac.png
Binary file added assets/Marksheet Reportac.png
Binary file added assets/Marksheet Reportdac.png
Binary file added assets/Notificationac.png
Binary file added assets/Notificationdac.png
Binary file added assets/Profileac.png
Binary file added assets/Profiledac.png
Binary file added assets/Searchac.png
Binary file added assets/Searchdac.png
Binary file added assets/Studentsac.png
Binary file added assets/Studentsdac.png
Binary file added assets/Subjectsac.png
Binary file added assets/Subjectsdac.png
Binary file added assets/Usersac.png
Binary file added assets/Usersdac.png
Binary file added assets/adminlogin.png
Binary file added assets/adminprofile.png
Binary file added assets/arcodding.png
Binary file added assets/assignsubject.png
Binary file added assets/attandance.png
Binary file added assets/attandancereport.png
Binary file added assets/back.png
Binary file added assets/backgroundimage1.jpg
Binary file added assets/backgroundimage2.jpg
Binary file added assets/backgroundimage3.jpg
Binary file added assets/backgroundimage4.jpg
Binary file added assets/backgroundimage5.jpg
Binary file added assets/book.png
Binary file added assets/callinfo.png
Binary file added assets/chatbg.jpg
Binary file added assets/cources.png
Binary file added assets/courceshomepage.png
Binary file added assets/dobinfo.png
Binary file added assets/doubletick.png
Binary file added assets/doubletickblue.png
Binary file added assets/doubletickgreen.png
Binary file added assets/doubletickorange.png
Binary file added assets/doubletickyellow.png
Binary file added assets/downarrow1.png
Binary file added assets/downloadbutton.png
Binary file added assets/downloadedbutton.png
Binary file added assets/email.png
Binary file added assets/emailinfo.png
Binary file added assets/exit.png
Binary file added assets/faculities.png
Binary file added assets/facultyhomepage.png
Binary file added assets/facultylogin.png
Binary file added assets/graducationcap.png
Binary file added assets/historybutton.png
Binary file added assets/home.png
Binary file added assets/jpgbutton.png
Binary file added assets/lecturerhomepage.png
Binary file added assets/locationinfo.png
Binary file added assets/logout.png
Binary file added assets/mailinfo.png
Binary file added assets/marks.png
Binary file added assets/messagecount.png
Binary file added assets/notfound.png
Binary file added assets/notfound2.png
Binary file added assets/notification.png
Binary file added assets/notificationhomepage.png
Binary file added assets/onlinestatus.png
Binary file added assets/onlinestatusbig.png
Binary file added assets/password.png
Binary file added assets/password1.png
Binary file added assets/pdfbutton.png
Binary file added assets/pngbutton.png
Binary file added assets/printbutton.png
Binary file added assets/profilepic.png
Binary file added assets/profilepicicon.jpg
Binary file added assets/profilepicicon.png
Binary file added assets/search.png
Binary file added assets/searchuser.png
Binary file added assets/selectchaticon.png
Binary file added assets/selectedcheckbox.png
Binary file added assets/selectedcheckboxforheader.png
Binary file added assets/selectedcheckboxicon.png
Binary file added assets/sendmessage.png
Binary file added assets/singletick.png
Binary file added assets/student.png
Binary file added assets/studenthomepage.png
Binary file added assets/studentlogin.png
Binary file added assets/subject.png
Binary file added assets/subjects.png
Binary file added assets/subjects2.png
Binary file added assets/submitted.png
Binary file added assets/teacher.png
Binary file added assets/undo.png
Binary file added assets/unselectedcheckbox.png
Binary file added assets/unselectedcheckboxforheader.png
Binary file added assets/unselectedcheckboxicon.png
Binary file added assets/user.png
Binary file added assets/userid.png
Binary file added bin/collegeapplication/admin/Admin.class
Binary file not shown.
Binary file added bin/collegeapplication/admin/AdminData.class
Binary file not shown.
Binary file added bin/collegeapplication/admin/AdminMain$1.class
Binary file not shown.
Binary file added bin/collegeapplication/admin/AdminMain$2.class
Binary file not shown.
Binary file added bin/collegeapplication/admin/AdminMain$3.class
Binary file not shown.
Binary file added bin/collegeapplication/admin/AdminMain.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added bin/collegeapplication/chat/ChatData.class
Binary file not shown.
Binary file added bin/collegeapplication/chat/ChatInfoPanel$1.class
Binary file not shown.
Binary file added bin/collegeapplication/chat/ChatInfoPanel.class
Binary file not shown.
Binary file added bin/collegeapplication/chat/ChatMainPanel$1.class
Binary file not shown.
Binary file added bin/collegeapplication/chat/ChatMainPanel$2.class
Binary file not shown.
Binary file added bin/collegeapplication/chat/ChatMainPanel$3.class
Binary file not shown.
Binary file added bin/collegeapplication/chat/ChatMainPanel$4.class
Binary file not shown.
Binary file not shown.
Binary file added bin/collegeapplication/chat/ChatMainPanel.class
Binary file not shown.
Binary file added bin/collegeapplication/chat/ChatPanel.class
Binary file not shown.
Binary file added bin/collegeapplication/chat/ChatUser.class
Binary file not shown.
Binary file added bin/collegeapplication/chat/ClientHandler.class
Binary file not shown.
Binary file added bin/collegeapplication/chat/ContactInfo.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added bin/collegeapplication/chat/Group.class
Binary file not shown.
Binary file added bin/collegeapplication/chat/MessageStatus.class
Binary file not shown.
Binary file added bin/collegeapplication/chat/NewMessage.class
Binary file not shown.
Binary file not shown.
Binary file added bin/collegeapplication/chat/Server.class
Binary file not shown.
Binary file added bin/collegeapplication/chat/SubChatPanel$1.class
Binary file not shown.
Binary file added bin/collegeapplication/chat/SubChatPanel$2.class
Binary file not shown.
Binary file added bin/collegeapplication/chat/SubChatPanel$3.class
Binary file not shown.
Binary file added bin/collegeapplication/chat/SubChatPanel$4.class
Binary file not shown.
Binary file added bin/collegeapplication/chat/SubChatPanel$5.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added bin/collegeapplication/chat/SubChatPanel.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added bin/collegeapplication/common/HintTextField$1.class
Binary file not shown.
Binary file added bin/collegeapplication/common/HintTextField$2.class
Binary file not shown.
Binary file not shown.
Binary file added bin/collegeapplication/common/HintTextField.class
Binary file not shown.
Binary file added bin/collegeapplication/common/HomePanel.class
Binary file not shown.
Binary file added bin/collegeapplication/common/ImageUtil.class
Binary file not shown.
Binary file added bin/collegeapplication/common/Notification.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added bin/collegeapplication/common/Person.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added bin/collegeapplication/common/ScrollPaneUtil.class
Binary file not shown.
Binary file added bin/collegeapplication/common/SearchPanel$1.class
Binary file not shown.
Binary file added bin/collegeapplication/common/SearchPanel$2.class
Binary file not shown.
Binary file added bin/collegeapplication/common/SearchPanel$3.class
Binary file not shown.
Binary file added bin/collegeapplication/common/SearchPanel$4.class
Binary file not shown.
Binary file added bin/collegeapplication/common/SearchPanel$5.class
Binary file not shown.
Binary file added bin/collegeapplication/common/SearchPanel$6.class
Binary file not shown.
Binary file added bin/collegeapplication/common/SearchPanel$7.class
Binary file not shown.
Binary file added bin/collegeapplication/common/SearchPanel.class
Binary file not shown.
Binary file added bin/collegeapplication/common/TimeUtil.class
Binary file not shown.
Binary file added bin/collegeapplication/common/User.class
Binary file not shown.
Binary file added bin/collegeapplication/common/UserData.class
Binary file not shown.
Binary file added bin/collegeapplication/common/UsersPanel$1.class
Binary file not shown.
Binary file not shown.
Binary file added bin/collegeapplication/common/UsersPanel.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added bin/collegeapplication/cource/Cource.class
Binary file not shown.
Binary file added bin/collegeapplication/cource/CourceData.class
Binary file not shown.
Binary file added bin/collegeapplication/cource/CourcePanel.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added bin/collegeapplication/faculty/Faculty.class
Binary file not shown.
Binary file added bin/collegeapplication/faculty/FacultyData.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added bin/collegeapplication/faculty/FacultyMain$3.class
Binary file not shown.
Binary file added bin/collegeapplication/faculty/FacultyMain.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added bin/collegeapplication/faculty/FacultyPanel.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added bin/collegeapplication/login/LoginPageFrame$2.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added bin/collegeapplication/login/LoginPageFrame.class
Binary file not shown.
Binary file added bin/collegeapplication/login/LoginPanel.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added bin/collegeapplication/student/Attandance.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit d062949

Please sign in to comment.