Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vdonchev/webshop
WebShop - symfony 3 Project @softuni
https://github.com/vdonchev/webshop
course doctrine softuni symfony3 webshop
Last synced: about 1 month ago
JSON representation
WebShop - symfony 3 Project @softuni
- Host: GitHub
- URL: https://github.com/vdonchev/webshop
- Owner: vdonchev
- Created: 2017-04-08T05:09:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-12T22:32:35.000Z (over 4 years ago)
- Last Synced: 2024-09-30T16:02:57.561Z (about 1 month ago)
- Topics: course, doctrine, softuni, symfony3, webshop
- Language: PHP
- Homepage:
- Size: 2.58 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
WebShop - a Symfony 3 project
-----------------------------Simple web-shop application build with
**Symfony** framework.
Project created as a practical exam work for
**PHP MVC Frameworks**
course@***Softuni*** (2017-04)---
Powered by:
* Symfony 3
* MySQL
* Bootstrap 3---
Installation on Windows:
------------------------
Requirements: **composer**, **MySql server**1. Download/Clone source from this repository
2. `cd` into the project folder
3. Execute commands:
1. `composer install`
2. `php bin/console doctrine:database:create`
3. `php bin/console doctrine:migrations:migrate`
4. `php bin/console doctrine:fixtures:load`
5. `php bin/console server:run`
4. Open `http://127.0.0.1:8000` in your browser.
5. Account login details:
* Admin account: `[email protected]`, pass: `123`
* Editor account: `[email protected]`, pass: `123`
--