https://github.com/davecaos/bank
Bank
https://github.com/davecaos/bank
Last synced: 11 months ago
JSON representation
Bank
- Host: GitHub
- URL: https://github.com/davecaos/bank
- Owner: davecaos
- Created: 2019-06-20T03:48:17.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-05T01:17:28.000Z (about 7 years ago)
- Last Synced: 2024-10-29T13:01:25.097Z (over 1 year 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

## 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`