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.
- 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.
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
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.
- HTML
- CSS
- JavaScript
- PHP
- Farid Maulana - farid-maulana
This project is licensed under the MIT License - see the LICENSE.md file for details