Third Party Api
Dependency
- Docker
- Run in your terminal
$ source aliases.sh
$ docker_build // building docker images and if you ahve problems with the premittions try with "sudo"
$ docker_up // run docker images
$ docker_artisan migrate:refresh --seed // to create user
- Run tests
docker_phpunit
- test user credentials
{
"email": "[email protected]",
"password": "dijana1234",
}