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