serradura / event-sourcing-with-elixir

Implements an API in Elixir/Phoenix with Event Sourcing/CQRS, based on the excellent blog post series of https://blog.nootch.net.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BankAPI

Implements an API in Elixir/Phoenix with Event Sourcing/CQRS, based on the excellent blog post series of https://blog.nootch.net.


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.

Learn more

About

Implements an API in Elixir/Phoenix with Event Sourcing/CQRS, based on the excellent blog post series of https://blog.nootch.net.


Languages

Language:Elixir 100.0%