Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lamaparbat/course-management-system

Course Management System made using Swing framework for frontend part, Core java for backend, and Mysql for database.
https://github.com/lamaparbat/course-management-system

java mysql-database sql swing-gui

Last synced: about 2 months ago
JSON representation

Course Management System made using Swing framework for frontend part, Core java for backend, and Mysql for database.

Awesome Lists containing this project

README

        

## Course-Management-System

# Procedure to clone and use this project
1. Setup java environment on your computer. Reference: https://www.java.com/en/download/help/windows_manual_download.html
2. Setup Xammp server on your machine. Reference: https://www.ionos.com/digitalguide/server/tools/xampp-tutorial-create-your-own-local-test-server/
3. Setup mysql database on your machine. Reference: https://dev.mysql.com/doc/mysql-installation-excerpt/8.0/en/
4. Clone this repository and you will get zip folder of this project.
5. Extract the zip folder
6. Open xampp server and run all the services like mysql, Apache web server by clicking on start button
7. Then open the phpmyadmin on the browser by clicking: http://localhost/phpmyadmin
8. Then create a new database and name it as ->. cms
9. After succesfully database created, click on the import tab on the top navbar
10. Then click on the choose file button and select the cms.sql file from the project folder
11. Then click on the import button
12. Now Open the project from your favourite text-editor. Mine is Netbeans
13. Then click on the run button and enjoy the application

# Enjoy learning
# Happy Coding ✌️✌️