This is a project of the web application for users, who wants to get cashback from various online stores and manage it.
- Install docker-compose
- Clone repository
- copy env file
cp .env.dis .env
and tune it for you docker-compose build
docker-compose up -d
docker-compose exec php composer install
- set
127.0.0.1 cb.tk
to hosts - Done ) Go to local server
docker-compose exec php bash
APP_ENV=test bin/phpunit
- console commands
- testing
- docker-compose commands
- deploy