How to open and setup the Project
-
Open Eclipse IDE and set workspace to the downloaded GIT Hub Project folder like this. Ex : If your downloaded Project Folder is in drive 'C:' then the path should set as below.
'C:\PAF\PAF_Project\Main Project (Final)\PAF'
-
Now Open XAMPP Server Control Panel and then,
- Start Apache Web Server
- Start MySQL Server
-
Then click 'Admin' button next to 'MySQL' and go to PhpMyAdmin Control Panel.
-
Create a new Database named 'pafproject', select it and import the 'pafproject.sql' file which is located in 'C:\PAF\PAF_Project\Main Project (Final)\Project DB'
- In the above path, 'C' should be replaced with your Drive Path where you have downloaded the Project.
-
Now Right Click the project and select, >> Run As >> Run on Server >> Choose an existing server >> Next >> Finish
-
Now the Sever will be started and the Index URL will be displayed on Eclipse Built-in Browser.
-
Copy the URL and paste it in your preferred Web Browser
-
You can get all the relevant details in the Project Database to Login into the System. Note : Login information for Seller and Customer are stored in 'Customer' and 'Seller' tables in the 'pafproject' database.