kudlav / maturita-shop
Nette project made for school leaving exam. Basic system for e-shops containing order process, product list and static pages.
Installs: 14
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 12
Type:project
Requires
- php: >= 7.1
- dg/adminer-custom: ^1.9
- latte/latte: ^2.4
- nette/application: ^2.4
- nette/bootstrap: ^2.4.2
- nette/caching: ^2.5
- nette/database: ^2.4
- nette/di: ^2.4
- nette/finder: ^2.4
- nette/forms: ^2.4
- nette/http: ^2.4
- nette/mail: ^2.4
- nette/robot-loader: ^2.4 || ^3.0
- nette/security: ^2.4
- nette/utils: ^2.4
- nextras/secured-links: ^1.4
- tracy/tracy: ^2.4
Requires (Dev)
- nette/tester: ^2.0
This package is auto-updated.
Last update: 2025-03-07 03:29:12 UTC
README
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.
Installing
Windows
-
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
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)