Skip to content

Here I have designed and developed a Course management system. The Technology I have used is "Java Swing-awt", and the database i have used is MySql.

License

Notifications You must be signed in to change notification settings

itsayushmathur/WonderStudy-Course_Management

Repository files navigation

WonderStudy Course Management In Java

Hello Friends!

My name is Ayush Mathur.
Email : mathurayush121@gmail.com

Social Accounts

[Instagram]          [Twitter]          [Linkedin]

-Here I have designed and developed a Course management system. The Technology I have used is "Java Swing-awt", and the database i have used is MySql. Thanks !

About the Project

-IDE Used:    Eclipse IDE for Enterprise Java and Web Developers
                    --Version: 2022-03 (4.23.0)
                    --Build id: 20220310-1457
-SQL:           MySQLWorkbench 9.0
                    --Version: 8.0.29
                    --Build id: 1751076 CE(64 bits)
                    --Edition: Community

Modules Present

  • Admin
  • Faculty
  • Student

Features

  • Common Features
    • Cources Management
    • Subjects Management
    • Students Management
    • Faculties Management
    • Students Attandance Management
    • Student Marks Management
  • Advance Features
    • 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="workbench";

How to Run

  • You will first need to make sure that your databse server is up and running.
  • Next you can just go ahead and run "src/collegeapplication/login/LoginPageFrame.java".
  • If you want to use the chat feature, that chat server will be required.
  • To run chat server "scr/collegeapplication/chat/Server.java".

Credentials

  • Admin Userid : admin

  • Admin password : admin

  • Faculty Userid : Faculty id

  • Faculty Password: Birthdate

  • Student Userid : cource-sem-rollnumber (e.g. MCA-1-2014)

  • Student Password: Birthdate

About

Here I have designed and developed a Course management system. The Technology I have used is "Java Swing-awt", and the database i have used is MySql.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages