Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/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.
https://github.com/serradura/event-sourcing-with-elixir

cqrs cqrs-es elixir elixir-phoenix learning-by-doing

Last synced: 14 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# BankAPI

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

- [x] https://blog.nootch.net/post/event-sourcing-with-elixir/
- [x] https://blog.nootch.net/post/event-sourcing-with-elixir-part-1/
- [x] https://blog.nootch.net/post/event-sourcing-with-elixir-part-2/
- [x] https://blog.nootch.net/post/event-sourcing-with-elixir-part-3/
- [x] https://blog.nootch.net/post/event-sourcing-with-elixir-part-4/

---

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`](http://localhost:4000) from your browser.

Ready to run in production? Please [check our deployment guides](https://hexdocs.pm/phoenix/deployment.html).

## Learn more

* Official website: http://www.phoenixframework.org/
* Guides: https://hexdocs.pm/phoenix/overview.html
* Docs: https://hexdocs.pm/phoenix
* Mailing list: http://groups.google.com/group/phoenix-talk
* Source: https://github.com/phoenixframework/phoenix