"Problem Track" is the ultimate solution for organizations seeking to enhance their problem resolution processes, drive operational efficiency, and deliver exceptional customer experiences.
- Docker
- Docker Compose
$ git clone git@github.com:SI-DABE/problem-track.git
$ cd problem-track
$ cp .env.example .env
$ ./run composer install
$ docker compose up -d
ou
$ ./run up -d
$ ./run db:reset
$ ./run db:populate
sudo chown www-data:www-data public/assets/uploads
$ docker compose run --rm php ./vendor/bin/phpunit tests --color
ou
$ ./run test
$ ./run phpcs
$ ./run phpstan
Access localhost
curl -H "Accept: application/json" localhost/posts