To run the project:
docker-compose up --build -d
To run unit-tests:
docker-compose exec app php artisan test --coverage-html=build/coverage
Open it in your browser using the full path to the file php-exercise/build/coverage/index.html
Click here to see my coverage percentage screenshots
DataBase View :
Development:db
http://localhost:8080/adminer
system:MySQL
server :db
username:convertedIn
passsword P@ssword
Testing database View:db
http://localhost:8080/adminer
system:MySQL
server :db_testing
username:convertedIn
passsword P@ssword
Access the Dashboard :
http://localhost/applications/create