Skip to content

Gustavohps10/overclock-eshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Simple E-Commerce: Overclock E-Shop

GitHub top language GitHub language count

Status: Developing ⚠️

📃 Description

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.

🎲 Features

  • 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

⚙️ How to run the application

You can use our test site

🔗 http://overclockeshop.ga/

or run the application on your machine

  1. Install and Open XAMPP
  2. Download and extract the project
  3. Rename the extracted folder to "sistema-venda" and paste in the path C:\xampp\htdocs\git-hub\
  4. Start Apache and MySQL in XAMPP
  5. In the project go to source/Database and import the "overclockeshop-database" file in phpMyAdmin
  6. Open in your browser http://localhost/git-hub/sistema-venda

⚠️ Important

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

  1. In the project go to the "source" folder and open the "Config.php" file
  2. 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
]);

🛠️ Technologies

Tools used in the project:

  • PHP 7
  • MySQL
  • HTML5
  • CSS3
  • JavaScript

🧑 Author

Made with 💜 Gustavo Henrique

About

🛒Simple system with features of a real e-commerce

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published