Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/davecaos/bank

Bank
https://github.com/davecaos/bank

Last synced: 9 days ago
JSON representation

Bank

Awesome Lists containing this project

README

        

# Bank
![Money](priv/images/CateMoney.jpg)

## How to start Bank server with Docker
- Start your service with `docker-compose up`
- Run project test suite with `docker-compose run bank mix test`

## How to start Bank server with Elixir's Dev tools
Alternatively, you can still run the project directly, without docker:
- Install [Elixir 1.8.2 or greater](https://elixir-lang.org/install.html) in your OS

- Install dependencies with `mix deps.get`- Start your service with `iex -S mix`