Skip to content

Simple application written in Laravel that allows currency conversion. Uses data from Exchange Rates API.

License

Notifications You must be signed in to change notification settings

simcris1994/currency-converter

Repository files navigation

currency-converter

Simple application written in Laravel that allows currency conversion. Uses data from Exchange Rates API.

In order to run the application follow these steps:

  1. Clone the repository

  2. Run "composer install"

  3. Run "php artisan key:generate". This will create an application key and paste in into the .env file.

  4. Run "php artisan config:cache"

  5. Run "php artisan serve"

  6. Go to "http://localhost:8000"

About

Simple application written in Laravel that allows currency conversion. Uses data from Exchange Rates API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published