2017 © Pedro Peláez
 

project maturita-shop

Nette project made for school leaving exam. Basic system for e-shops containing order process, product list and static pages.

image

kudlav/maturita-shop

Nette project made for school leaving exam. Basic system for e-shops containing order process, product list and static pages.

  • Sunday, May 13, 2018
  • by kudlav
  • Repository
  • 1 Watchers
  • 0 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 9 Open issues
  • 2 Versions
  • 25 % Grown

The README.md

IIShop

Nette project made for school leaving exam. Basic system for e-shops containing order process, product list and static pages. Order process can be disabled - useful for orders only over phone and email., (*1)

http://kudlac.tode.cz/iishop/, (*2)

Installing

Windows

  1. Install this project using Composer., (*3)

    At first install Composer and Git., (*4)

    Download project:, (*5)

    git clone git@github.com:moosejackson/IIS.git
    cd IIS
    composer install
    

    This will download project into IIS and resolve dependencies., (*6)

  2. Import database, (*7)

    Import database using database.sql., (*8)

  3. Change app\config\config.local.neon to fit your database, (*9)

License

  • IIShop: MIT License
  • Nette: New BSD License or GPL 2.0 or 3.0 (https://nette.org/license)
  • Adminer: Apache License 2.0 or GPL 2 (https://www.adminer.org)

The Versions