Skip to content

perzanko/devton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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