Skip to content

A bank api example using CQRS/Event sourcing with Phoenix and Commanded

Notifications You must be signed in to change notification settings

dariodip/bank_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BankAPI

An API for a finctional bank backed by CQRS and Event Sourcing using Phoenix and Commanded.

I've followed the tutorial from http://blog.nootch.net/post/event-sourcing-with-elixir/

Getting started

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.setup
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Dev Container

Configuration files for Dev Container can be found at .devcontainer.

Features

  • Account opening and closing;
  • Deposits and withdrawals;
  • Transfer between accounts.

Learn more

About

A bank api example using CQRS/Event sourcing with Phoenix and Commanded

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published