An awesome Online Shop developed in Java web !
Table of Contents
It is a standard online store, developed in java, with the current essential requirements used by other online stores. It can be used as a basis for the development of another online store.
The software has a shopping cart, product categories, product search, shopping system, creation of user and administrator accounts, and much more. Everything is saved through MySQL.
This project uses some external libraries, I list them below:
Follow the instructions below to get it working and proceed to modify or test this project.
You will have to download.
- NetBeans IDE 11.1
- mysql
-
Clone the repo
git clone https://github.com/Deathmajorasmask/Pixel-Game-Shop.git
-
Import 'proyectopapw.sql' to mysql.
-
Open Pixel-Game-Shop in NetBeans.
-
Select Tools > Server > Apache TomCat and select 'apache-tomcat-9.0.27' create user / password
-
Select 'mysql-connector-java-8.0.18.jar' and click in connect db
-
if there is an error connecting to the database, enter the following script in mysql:
SET GLOBAL time_zone = '+3:00';
-
Run Pixel-Game-Shop.
-
Open Pixel-Game-Shop in Chrome, Firefox or Opera.
http://localhost/
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Deathmajorasmask - zijaham_link@hotmail.com
Project Link: https://github.com/Deathmajorasmask/Pixel-Game-Shop