Simple application written in Laravel that allows currency conversion. Uses data from Exchange Rates API.
In order to run the application follow these steps:
-
Clone the repository
-
Run "composer install"
-
Run "php artisan key:generate". This will create an application key and paste in into the .env file.
-
Run "php artisan config:cache"
-
Run "php artisan serve"
-
Go to "http://localhost:8000"