Status: Developing
⚠️
The Overclock E-shop is a web system focused on the sale of computer electronics. It was developed thinking about having the main functionalities of an e-commerce. In this project, the user has a flow similar to that of a real virtual store, being able to search for products, add to the cart, control the cart and even complete the order by choosing the address.
- Admin Dashboard
- Login
- User registration
- Edit user data
- Add, remove and edit addresses
- Search for products
- Add and remove products from cart
- Chekout
- Place order
- View order details
- Discount coupon
- Shipping price
- Payment methods
- Install and Open XAMPP
- Download and extract the project
- Rename the extracted folder to "sistema-venda" and paste in the path C:\xampp\htdocs\git-hub\
- Start Apache and MySQL in XAMPP
- In the project go to source/Database and import the "overclockeshop-database" file in phpMyAdmin
- Open in your browser http://localhost/git-hub/sistema-venda
The final path should be C:\xampp\htdocs\git-hub\sistema-venda.
If you want to change the project path, you need to modify the url in the code too, just follow the steps below
- In the project go to the "source" folder and open the "Config.php" file
- Now just change the "root" to the path you want
Example:
define("SITE", [
"name" => "OVERCLOCK E-SHOP",
"desc" => "lorem ipsum",
"domain" => "",
"locale" => "pt_BR",
"root" => "http://localhost/example/new-path" //Modify Here
]);
Tools used in the project:
- PHP 7
- MySQL
- HTML5
- CSS3
- JavaScript
Made with 💜 Gustavo Henrique