Skip to content

NoranRady/php-exercise

Repository files navigation

php-exercise

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors