Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davecaos/bank
Bank
https://github.com/davecaos/bank
Last synced: 9 days ago
JSON representation
Bank
- Host: GitHub
- URL: https://github.com/davecaos/bank
- Owner: davecaos
- Created: 2019-06-20T03:48:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-05T01:17:28.000Z (over 5 years ago)
- Last Synced: 2024-04-14T05:14:48.870Z (7 months ago)
- Language: Elixir
- Size: 197 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`