Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mudssrali/ex_banking
- Owner: mudssrali
- Created: 2022-03-24T18:20:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-03-28T05:07:47.000Z (over 2 years ago)
- Last Synced: 2023-03-06T08:17:09.803Z (over 1 year ago)
- Topics: dynamic-supervisor, elixir, elixir-lang, gen-server, request-rate-limiter
- Language: Elixir
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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