Skip to content

dpopovska/api-currency-converter

Repository files navigation

API for converting currencies

Third Party Api

https://exchangeratesapi.io/

Dependency

  • Docker

Installation

  • Run in your terminal
$ source aliases.sh
$ docker_build // building docker images and if you ahve problems with the premittions try with "sudo"
$ docker_up // run docker images
$ docker_artisan migrate:refresh --seed // to create user
  • Run tests
docker_phpunit
  • test user credentials
{
	"email": "[email protected]",
	"password": "dijana1234",
}

Technologies

  • Docker
  • Laravel, MySql, Redis, JWT auth etc.
  • Database migration schema
  • Creating models (User)
  • SOLID principles
  • Business Logic folder(DDD)
  • Tests (Mocking)
  • Database Factory pattern seeders (UsersSeeder)
  • Third party API

About

Converting Currencies API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages