Skip to content

sardaukar/bank_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.sh to see a full account lifecycle
  • Run ./scripts/transfer.sh to see a transfer

Now you can visit localhost:4000 from your browser.