Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mudssrali/ex_banking

a bit simple banking app build with elixir with request limiter
https://github.com/mudssrali/ex_banking

dynamic-supervisor elixir elixir-lang gen-server request-rate-limiter

Last synced: 3 days ago
JSON representation

a bit simple banking app build with elixir with request limiter

Awesome Lists containing this project

README

        

# ExBanking
An implementation of simple banking app with Elixir's `gen_servers`

## Environment Setup

* Install elixir `1.13.3`
* Install erlang `24.2`

To start application

* Install dependencies with `mix deps.get`
* Start inside IEx with `iex -S mix`

## Mix Test

Run following commands to run `tests` using `mix test` utility

> mix test