bank_api
bank_api copied to clipboard
Code from the Event Sourcing With Elixir blog series
BankAPI
Code from the blog post series on Event Sourcing with Elixir.
To start your Phoenix server:
- Install dependencies with
mix deps.get - (Re)Create and migrate your database with
./scripts/reset.sh - Run you tests with
mix test - Install Node.js dependencies with
cd assets && npm install - Start Phoenix endpoint with
mix phx.server - Run
./scripts/full.shto see a full account lifecycle - Run
./scripts/transfer.shto see a transfer
Now you can visit localhost:4000 from your browser.