The project is having cricket score board API and laravel and forntend in AngularJs
Installation process- The project need PHP7, apache, mysql, and npm for angularJs clone repo
run composer install
change env file
php artisan migrate
php artisan db:seed
you will find angular code inside public folder. to install angularJs please run npm Install After installation you will have to set virtual host and afetr naviagte to project After doing above process all funcnalities should work fine.