Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.16 KB

README.md

File metadata and controls

20 lines (17 loc) · 1.16 KB

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 ✌️✌️