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.
-
Install this project using Composer.
At first install Composer and Git.
Download project:
git clone git@github.com:moosejackson/IIS.git cd IIS composer install
This will download project into IIS and resolve dependencies.
-
Import database
Import database using database.sql.
-
Change app\config\config.local.neon to fit your database
- 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)