dcdourado / hello-finance

An Elixir financial API with an integrated currency conversion

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Actions Status

HelloFinance

Hello Finance is a financial API which consists on users who owns currency accounts given a valid ISO 4217 code and can perform transfers between them.

When a transfer is made between distinct currency codes, the conversion is made through Foreign exchange rates API, which returns a given exchange rate.

External dependencies

How to start

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.setup
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser. A Insomnia v4 file is available to make route debugging easier.

Main releases

  • StoneJS challenge (12/01/2021)

License

MIT

About

An Elixir financial API with an integrated currency conversion

License:MIT License


Languages

Language:Elixir 100.0%