Deathmajorasmask / Pixel-Game-Shop

Pixel Game Shop is a web shopping developed in java web

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Logo

Pixel Game Shop

An awesome Online Shop developed in Java web !

Table of Contents
  1. About The Project
  2. Getting Started
  3. Screenshots
  4. Roadmap
  5. Contributing
  6. License
  7. Contact

About The Project

Product Name Screen Shot

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.

Built With

This project uses some external libraries, I list them below:

Getting Started

Follow the instructions below to get it working and proceed to modify or test this project.

Prerequisites

You will have to download.

  • NetBeans IDE 11.1
  • mysql

Installation

  1. Clone the repo

    git clone https://github.com/Deathmajorasmask/Pixel-Game-Shop.git
  2. Import 'proyectopapw.sql' to mysql.

  3. Open Pixel-Game-Shop in NetBeans.

  4. Select Tools > Server > Apache TomCat and select 'apache-tomcat-9.0.27' create user / password

  5. Select 'mysql-connector-java-8.0.18.jar' and click in connect db

  6. if there is an error connecting to the database, enter the following script in mysql:

    SET GLOBAL time_zone = '+3:00';
  7. Run Pixel-Game-Shop.

  8. Open Pixel-Game-Shop in Chrome, Firefox or Opera.

    http://localhost/

Screenshots

Product Name Screen Shot Product Name Screen Shot Product Name Screen Shot

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Deathmajorasmask - zijaham_link@hotmail.com

Project Link: https://github.com/Deathmajorasmask/Pixel-Game-Shop

About

Pixel Game Shop is a web shopping developed in java web

License:MIT License


Languages

Language:HTML 75.3%Language:Java 21.8%Language:Shell 1.3%Language:Batchfile 0.9%Language:CSS 0.6%Language:XSLT 0.1%