Skip to content

It is a tool that allows the user to fetch current exchange rates based on the selected source. In the project, in addition to the Central Bank of the Republic of Turkey (TCMB), a second source is also used.

Notifications You must be signed in to change notification settings

umitgenis/CurrencyApp

Repository files navigation

World of Food App (e-Commerce)

It is a tool that allows the user to fetch current exchange rates based on the selected source. In the project, in addition to the Central Bank of the Republic of Turkey (TCMB), a second source is also used. The user needs to register through the Central Bank of the Republic of Turkey's EVDS system and obtain an API key, which should be defined in the .env file as API_KEY_TCMB="xxxxxxxxxx". A similar method should be applied to fetch current rates from a source other than TCMB.

Topics

  • PHP
  • Laravel
  • MySQL

Libraries & Plugins

  • Laravel

Author


composer install

.env => DB configuration

.env => API_KEY_TCMB="xxxxxxxxxx" or API_KEY_COLLECT="xxxxxxxxxx"

php artisan migrate

php artisan serve

Runs the app in the development mode. Open http://localhost:8000 to view it in the browser.

The page will reload if you make edits.

About

It is a tool that allows the user to fetch current exchange rates based on the selected source. In the project, in addition to the Central Bank of the Republic of Turkey (TCMB), a second source is also used.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages