-useed in this app ----->vue.js, bootstrap,laravel framework, unitTest ,mysql
be sure you install mysql and php7 in you device
1-composer install
2-create empty data base and go to .env file and put database username+password(you can find copy of this file .env.example just rename it)
3-php artisan migrate
4-click link you will find it in terminal you wrote these command in it for example
http://127.0.0.1:8000/
5- Go to registration and make your own account and you will redirect to app directly
if you have windows you can put this command in terminal to run unit test .\vendor\bin\phpunit
if mac or linux
./vendor/bin/phpunit
Best Regards Adel Abou Elezz