Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 661 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 661 Bytes

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 from your browser.

Learn more