Skip to content

onurkayaio/exchange-currencies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

exchange currency providers

a test case based on strategy and adapter patterns.

installation

clone the repository and go into the project directory.

git clone https://github.com/onurkayaio/exchange-currencies.git
cd exchange-currencies

use make file to run the application.

make docker-start
make docker-stop
make composer-start
make doctrine-start
make doctrine-update
make fetch-currencies
make run-tests

note: make sure the docker is running.