Skip to content

joaopabdala/utfpr_classlog_backend

 
 

Repository files navigation

Problem Track

"Problem Track" is the ultimate solution for organizations seeking to enhance their problem resolution processes, drive operational efficiency, and deliver exceptional customer experiences.

Dependências

  • Docker
  • Docker Compose

To run

Clone Repository

$ git clone git@github.com:SI-DABE/problem-track.git
$ cd problem-track

Define the env variables

$ cp .env.example .env

Install the dependencies

$ ./run composer install

Up the containers

$ docker compose up -d

ou

$ ./run up -d

Create database and tables

$ ./run db:reset

Populate database

$ ./run db:populate

Fixed uploads folder permission

sudo chown www-data:www-data public/assets/uploads

Run the tests

$ docker compose run --rm php ./vendor/bin/phpunit tests --color

ou

$ ./run test

Run the linters

PHPCS

$ ./run phpcs

PHPStan

$ ./run phpstan

Access localhost

Teste de API

curl -H "Accept: application/json" localhost/problems

About

Project designed to adjust and pinpoint classrooms for UTFPR students and professors, as there are no real-time notifications when adjustments are made.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • PHP 97.0%
  • Shell 1.2%
  • Other 1.8%