Step 1 - Clone the Repo
git clone https://github.com/donchoborisov/address-api.git
Step 2 - Go into the folder
cd api
Step 3 - Run the following command
composer install
Step 4 copy the ENV file
cp .env.example .env
Step 5 generate the key
php artisan key:generate
Step 6 - Run the local server
php artisan serve