Cashback Service project

This is a project of the web application for users, who wants to get cashback from various online stores and manage it. Codeship Status for IvanAlekseevichPopov/cashback

Fast start

  • 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

Run tests

  • docker-compose exec php bash
  • APP_ENV=test bin/phpunit

More docks

  • console commands
  • testing
  • docker-compose commands
  • deploy