All Projects → Ajaysinh1290 → College-Management-System-In-Java

Ajaysinh1290 / College-Management-System-In-Java

Licence: Apache-2.0 license
College Management system in java with MySQL

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to College-Management-System-In-Java

TTMS
Theater Ticket Management System,基于Socket通信的票务管理系统,C/S架构,GUI使用Java Swing制作
Stars: ✭ 32 (-30.43%)
Mutual labels:  javaswing
KGradientPanel
A Swing Gradient Panel
Stars: ✭ 42 (-8.7%)
Mutual labels:  javaswing
java-chat
📲 Simple Java chat
Stars: ✭ 41 (-10.87%)
Mutual labels:  javaswing
Swing-Signup-Example
Java Netbeans Metro UI Design - Sign Up Example 2017
Stars: ✭ 18 (-60.87%)
Mutual labels:  javaswing
SwingMaterialDesign
A Material Design components for java swing. Trying to make java swing more beautiful and vivid. with shadows and ripples.
Stars: ✭ 21 (-54.35%)
Mutual labels:  javaswing

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 into 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

Screenshots

About

My name is Ajaysinh Rathod. 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          Facebook          Youtube          Twitter

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].