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