https://github.com/perzanko/devton
📪 Highly customizable and personalized dev.to newsletter in your Slack workspace.
https://github.com/perzanko/devton
cqrs dev-community domain-driven-design elixir event-sourcing phoenix
Last synced: 8 months ago
JSON representation
📪 Highly customizable and personalized dev.to newsletter in your Slack workspace.
- Host: GitHub
- URL: https://github.com/perzanko/devton
- Owner: perzanko
- Created: 2019-08-25T20:04:15.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T08:56:41.000Z (over 3 years ago)
- Last Synced: 2023-03-02T18:26:34.731Z (over 3 years ago)
- Topics: cqrs, dev-community, domain-driven-design, elixir, event-sourcing, phoenix
- Language: Elixir
- Homepage: https://devton.app/
- Size: 892 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Devton
To start your Phoenix server:
* Install dependencies with `mix deps.get`
* Create and migrate your event store with `mix event_store.setup`
* Create and migrate your read store with `mix read_store.setup`
* Start Phoenix endpoint with `mix phx.server`
* Run tests with `mix test`
Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.
## 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