Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kudlav/maturitashop
Nette project made for school leaving exam (branch maturita). Many improvements as high school project. Basic system for e-shops containing order process, product list and static pages.
https://github.com/kudlav/maturitashop
composer eshop nette nette-framework php7 php71 php72 school-project
Last synced: 26 days ago
JSON representation
Nette project made for school leaving exam (branch maturita). Many improvements as high school project. Basic system for e-shops containing order process, product list and static pages.
- Host: GitHub
- URL: https://github.com/kudlav/maturitashop
- Owner: kudlav
- License: mit
- Created: 2016-02-03T17:08:55.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-01-06T20:57:13.000Z (almost 3 years ago)
- Last Synced: 2024-10-10T20:01:28.866Z (26 days ago)
- Topics: composer, eshop, nette, nette-framework, php7, php71, php72, school-project
- Language: PHP
- Homepage: http://kudlac.tode.cz/iishop/
- Size: 2.96 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: readme.md
- License: license.txt
Awesome Lists containing this project
README
# 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.http://kudlac.tode.cz/iishop/
### Installing
#### Windows
1. Install this project using [Composer](https://getcomposer.org/).At first install [Composer](https://getcomposer.org/) and [Git](https://git-scm.com/).
Download project:
```
git clone [email protected]:moosejackson/IIS.git
cd IIS
composer install
```This will download project into *IIS* and resolve dependencies.
2. Import database
Import database using *database.sql*.
3. 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)