https://github.com/limitium/fullstack_php_test
Test task for https://payever.de
https://github.com/limitium/fullstack_php_test
Last synced: about 1 month ago
JSON representation
Test task for https://payever.de
- Host: GitHub
- URL: https://github.com/limitium/fullstack_php_test
- Owner: limitium
- Created: 2016-06-11T11:38:28.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-13T18:28:02.000Z (about 10 years ago)
- Last Synced: 2025-01-11T06:33:35.470Z (over 1 year ago)
- Language: PHP
- Size: 66.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Fullstack test task
===================
Task description https://docs.google.com/document/d/1OsgSsScUmeSIqf1J537coCIa7NdB42V7JQ05oZi-mAE/edit#
### Deployment
#### 1. Clone project
#### 2. Install backend dependencies
```sh
$ composer install --working-dir=./backend
```
#### 3. Load fixtures
```sh
$ php backend/app/console doctrine:fixtures:load
```
#### 4. Check tests
```sh
$ phpunit -c backend/app/
```
#### 5. Install fronted dependencies
```sh
$ npm install
```
#### 6. Build frontend and start server
```sh
$ gulp
```