Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/serradura/event-sourcing-with-elixir
- Owner: serradura
- Created: 2019-05-28T14:45:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-28T14:48:37.000Z (over 5 years ago)
- Last Synced: 2024-12-26T10:42:03.074Z (23 days ago)
- Topics: cqrs, cqrs-es, elixir, elixir-phoenix, learning-by-doing
- Language: Elixir
- Size: 30.3 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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