https://shrouded-anchorage-28823.herokuapp.com Adds frontend and starts backend setup by following these steps
###clone the repository to folder of your choice from Github
###Create a database on your development environment for this project. ###I recommend laragon, available on windows and mac or lamp on linux
After cloning successfully to the folder, open your preferred terminal or shell client - bash - console - command-promnt and navigate to the project folder.
###Install composer from their website ###Run the following command
composer install
##Duplicate the .env.example to a file name .env, and edit the database details to match the database create in the previous step. ##Then create the application key by running the following command
php artisan key:generate
php artisan migrate
php artisan db:seed