Skip to content

Latest commit

 

History

History
48 lines (27 loc) · 1.42 KB

README.md

File metadata and controls

48 lines (27 loc) · 1.42 KB

GStore

Gstore is a web-based ecommerce platform for selling gadgets online. This website is only intended for one store, not for several stores such as Shopee, Tokopedia, and so on.

Preview

gstore-preview

Getting Started

Prerequisites

  • XAMPP - Web server and database (I use version 7.4.13)

Note: If you have already installed XAMPP version 5.4 or later, you don't need to install XAMPP again.

Installing

Clone this project to your computer, put this project in xampp/htdocs folder

git clone https://github.com/farid-maulana/web-ecommerce-native.git

Next, open your XAMPP and then run Apache and MySQL

xampp

Open http://localhost/phpmyadmin/ in your browser and create database with name gstore

And then, click import tab and choose file. Select the sql file in the db folder of your project.

Finally, you can open your project in browser.

Built With

  • HTML
  • CSS
  • JavaScript
  • PHP

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details