Update Final product & Final Report authored by Pranav Chaudhari (prc144)'s avatar Pranav Chaudhari (prc144)
Here is a pdf of our final report:
[Final_Report.pdf](uploads/65c722661e95636e23fed5f6ccc44380/Final_Report.pdf)
Here is a link to our code, first click the link provided below and download the project folder then unzip the folder. Now follow the provided steps below to run the project.
Final product code link: https://drive.google.com/file/d/1zpva0dAAXzfr9dTxUQq20HAXYupOIivY/view?usp=sharing
1. Download XAMPP, Here is the link https://www.apachefriends.org/download.html
2. Install then turn on XAMPP, click start on Apache and MySQL see if they are working.
3. Once that is done press stop on both and click on config for Apache then click on "Apache(httpd.conf)
4. Once you clicked that it will open up a text file and scroll down to where is says "Listen 80" change that to "Listen 8080" then save the text file pressing by ctrl s.
5. Now go back to XAMPP Control panel and click on Explorer, this will open up a folder.
6. Now in this folder find a folder named "htdocs" and click on it.
7. Now in this folder upload the folder name "transacfast1" that we have provided you with.
8. Now click start on Apache and MySQL.
9. Now open up your browser, enter "http://localhost:8080/phpmyadmin/"
10. Now click on then click "Database" up top in the browser, and create a database named "transacfast1".
11. Now click import up top in the browser, then click on choose file and upload the "transacfast1.sql" database file(SQL file), now press go at the bottom of the page.
12. After you are finished now we can run the program by entering "localhost:8080/transacfast1/home.php" in our browser.
13. Now you should be able to test our website by using the features provided.