Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/idrsdev/cms
A Java Swing Based University Management System With Mysql as a database ☆ Pull requests are welcome
https://github.com/idrsdev/cms
cms database java mysql sql swing
Last synced: 19 days ago
JSON representation
A Java Swing Based University Management System With Mysql as a database ☆ Pull requests are welcome
- Host: GitHub
- URL: https://github.com/idrsdev/cms
- Owner: idrsdev
- License: gpl-3.0
- Created: 2020-06-05T18:22:00.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-05T17:09:45.000Z (about 4 years ago)
- Last Synced: 2024-11-14T09:39:48.221Z (3 months ago)
- Topics: cms, database, java, mysql, sql, swing
- Language: Java
- Homepage:
- Size: 81.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CMS
A Java Swing Based University Management System With Mysql
# configuration
Configure myConnection.java in CMS/Src/cms update it with your credentials
con = DriverManager.getConnection("jdbc:mysql://localhost:3306/databasename", "username", "password");
# database setup
Create Scheme ums in mysql workbench or using similiar utility.
Select the database as default and then populate it with uml.sql
# To login into system
Provide student id and password to login e.g
username: 1
password: 1595477
Cheers you have a working University/student management system
# Miscellaneous
u may need to import a library to mysql-connector-java to connect to database