API that allows to deposit, withdraw and transfer money between accounts.
- Elixir
- Docker
- This repo cloned
# Enter the command below to clone the repository
git clone https://github.com/biancaguzenski/banking_api
docker-compose up -d
mix deps.get
mix setup
mix phx.server
mix test