Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.02 KB

README.md

File metadata and controls

33 lines (24 loc) · 1.02 KB

selling-computer

E-commerce website sells and reviews computers with pure PHP (not using framework)


Install :

install PHP : sudo apt-get install php7.4
install Apache2 : sudo apt-get install apache2
install library apache2 for php : sudo apt-get install libapache2-mod-php7.4
restart apache2 : sudo systemctl restart apache2
clone project from github to Root Document of Apache2 : git clone https://github.com/trannguyenhan/selling-computer.git
Open with your browser with path : localhost/selling-computer

Demo website

Home page :

About page :

Profile page :

Cart page:

Login page :